AutoScaleRunError Class

Definition

An error that occurred when executing or evaluating a Pool autoscale formula.

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<NameValuePair>)

Initializes a new instance of the AutoScaleRunError class.

Properties

Code

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

Message

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

Values

Gets or sets a list of additional error details related to the autoscale error.

Applies to