AutoScaleRunError Class

Definition

An error that occurred when autoscaling a pool.

public class AutoScaleRunError
type AutoScaleRunError = class
Public Class AutoScaleRunError
Inheritance
AutoScaleRunError

Constructors

AutoScaleRunError()

Initializes a new instance of the AutoScaleRunError class.

AutoScaleRunError(String, String, IList<AutoScaleRunError>)

Initializes a new instance of the AutoScaleRunError class.

Properties

Code

Gets or sets an identifier for the error. Codes are invariant and are intended to be consumed programmatically.

Details

Gets or sets additional details about the error.

Message

Gets or sets a message describing the error, intended to be suitable for display in a user interface.

Methods

Validate()

Validate the object.

Applies to