ErrorDetails Class

The details of the error.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ErrorDetails

Constructor

ErrorDetails(**kwargs)

Variables

code
str

Error code.

message
str

Error message indicating why the operation failed.

target
str

The target of the particular error.

details
list[ErrorSubDetailsItem]

The sub details of the error.