ErrorResponse Class

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

Constructor

ErrorResponse(*, error: _models.ErrorDetails | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
error

The details of the error.

Default value: None

Variables

Name Description
error

The details of the error.