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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript