ResizeError Class

An error that occurred when resizing a pool.

All required parameters must be populated in order to send to Azure.

Inheritance
ResizeError

Constructor

ResizeError(*, code: str, message: str, details: Optional[List[azure.mgmt.batch.models._models_py3.ResizeError]] = None, **kwargs)

Variables

code
str

Required. An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

message
str

Required. A message describing the error, intended to be suitable for display in a user interface.

details
list[ResizeError]

Additional details about the error.