Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutoScaleRunError

Package version

An interface representing AutoScaleRunError.

summary

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

Hierarchy

  • AutoScaleRunError

Index

Properties

Properties

Optional code

code: undefined | string

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

Optional message

message: undefined | string

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

Optional values

values: NameValuePair[]

A list of additional error details related to the autoscale error.

Generated using TypeDoc