ErrorResponseBody interface
An error response from the Azure Container Registry service.
Properties
| code | error code. |
| details | an array of additional nested error response info objects, as described by this contract. |
| message | error message. |
| target | target of the particular error. |
Property Details
code
error code.
code: string
Property Value
string
details
an array of additional nested error response info objects, as described by this contract.
details?: InnerErrorDescription[]
Property Value
message
error message.
message: string
Property Value
string
target
target of the particular error.
target?: string
Property Value
string