AutoscaleErrorResponseError interface
The error object.
Properties
| code | One of a server-defined set of error codes. |
| details | A human-readable representation of the error's details. |
| message | A human-readable representation of the error. |
| target | The target of the particular error. |
Property Details
code
One of a server-defined set of error codes.
code?: string
Property Value
string
details
A human-readable representation of the error's details.
details?: string
Property Value
string
message
A human-readable representation of the error.
message?: string
Property Value
string
target
The target of the particular error.
target?: string
Property Value
string