AtlasErrorResponseOutput interface
An error response from the service
Properties
| error |
The error code. |
| error |
The error message. |
| request |
The request ID. |
Property Details
errorCode
The error code.
errorCode?: string
Property Value
string
errorMessage
The error message.
errorMessage?: string
Property Value
string
requestId
The request ID.
requestId?: string
Property Value
string