Share via


AutoScaleRunError Class

An error that occurred when autoscaling a pool.

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

Constructor

AutoScaleRunError(*, code: str, message: str, details: List[_models.AutoScaleRunError] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
code
str

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

message
str

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

details

Additional details about the error.

Default value: None

Variables

Name Description
code
str

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

message
str

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

details

Additional details about the error.