CloudErrorBody interface
An error response from the Container Instance service.
Properties
additional |
The error additional info. NOTE: This property will not be serialized. It can only be populated by the server. |
code | An identifier for the error. Codes are invariant and are intended to be consumed programmatically. NOTE: This property will not be serialized. It can only be populated by the server. |
details | A list of additional details about the error. NOTE: This property will not be serialized. It can only be populated by the server. |
message | A message describing the error, intended to be suitable for display in a user interface. NOTE: This property will not be serialized. It can only be populated by the server. |
target | The target of the particular error. For example, the name of the property in error. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
additionalInfo
The error additional info. NOTE: This property will not be serialized. It can only be populated by the server.
additionalInfo?: ErrorAdditionalInfo[]
Property Value
code
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
Property Value
string
details
A list of additional details about the error. NOTE: This property will not be serialized. It can only be populated by the server.
details?: CloudErrorBody[]
Property Value
message
A message describing the error, intended to be suitable for display in a user interface. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
target
The target of the particular error. For example, the name of the property in error. NOTE: This property will not be serialized. It can only be populated by the server.
target?: string
Property Value
string