ResizeError Class
An error that occurred when resizing a pool.
Constructor
ResizeError(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
code
|
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. Required. |
|
message
|
A message describing the error, intended to be suitable for display in a user interface. Required. |
|
details
|
Additional details about the error. |
Attributes
code
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. Required.
code: str
details
Additional details about the error.
details: list['_models.ResizeError'] | None
message
A message describing the error, intended to be suitable for display in a user interface. Required.
message: str