ErrorDefinition Class

The error response indicating why the incoming request wasn't able to be processed.

All required parameters must be populated in order to send to server.

Constructor

ErrorDefinition(*, code: str, message: str, details: list['_models.ErrorDefinition'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
code
str

The error code. Required.

message
str

The error message indicating why the operation failed. Required.

details

The internal error details.

Default value: None

Variables

Name Description
code
str

The error code. Required.

message
str

The error message indicating why the operation failed. Required.

details

The internal error details.