ResizeErrorOutput interface
An error that occurred when resizing a Pool.
Properties
| code | An identifier for the Pool resize error. Codes are invariant and are intended to be consumed programmatically. |
| message | A message describing the Pool resize error, intended to be suitable for display in a user interface. |
| values | A list of additional error details related to the Pool resize error. |
Property Details
code
An identifier for the Pool resize error. Codes are invariant and are intended to be consumed programmatically.
code?: string
Property Value
string
message
A message describing the Pool resize 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 Pool resize error.
values?: NameValuePairOutput[]