Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnvironmentStateDetails

Package version

An object that contains the details about an environment's state.

Hierarchy

  • EnvironmentStateDetails

Index

Properties

Properties

Optional code

code: undefined | string

Contains the code that represents the reason of an environment being in a particular state. Can be used to programmatically handle specific cases.

Optional message

message: undefined | string

A message that describes the state in detail.

Generated using TypeDoc