AutoScaleRunError interface
An interface representing AutoScaleRunError.
Properties
code | An identifier for the autoscale error. Codes are invariant and are intended to be consumed programmatically. |
message | A message describing the autoscale error, intended to be suitable for display in a user interface. |
values | A list of additional error details related to the autoscale error. |
Property Details
code
An identifier for the autoscale error. Codes are invariant and are intended to be consumed programmatically.
code?: string
Property Value
string
message
A message describing the autoscale error, intended to be suitable for display in a user interface.
message?: string
Property Value
string
values
A list of additional error details related to the autoscale error.
values?: NameValuePair[]