ErrorResponse interface
Response when errors occurred
Properties
code | Provides information about the error code. |
details | Describes the error details if present. |
innererror | Inner error object if present. |
message | Provides information about the error message. |
target | Provides information about the error target. |
Property Details
code
Provides information about the error code.
code?: string
Property Value
string
details
Describes the error details if present.
details?: ErrorResponseErrorDetailsItem[]
Property Value
innererror
Inner error object if present.
innererror?: Record<string, unknown>
Property Value
Record<string, unknown>
message
Provides information about the error message.
message?: string
Property Value
string
target
Provides information about the error target.
target?: string
Property Value
string