Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResizeError

Package version

An interface representing ResizeError.

summary

An error that occurred when resizing a pool.

Hierarchy

  • ResizeError

Index

Properties

Properties

Optional code

code: undefined | string

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

Optional message

message: undefined | string

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

Optional values

values: NameValuePair[]

A list of additional error details related to the pool resize error.

Generated using TypeDoc