Package version:

Interface DefaultErrorResponseError

Error model.

Hierarchy

  • DefaultErrorResponseError

Properties

code?: string

Standardized string to programmatically identify the error. NOTE: This property will not be serialized. It can only be populated by the server.

Details or the error

innererror?: string

More information to debug error. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.

target?: string

Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc