EnvironmentStateDetails interface
An object that contains the details about an environment's state.
Properties
code | Contains the code that represents the reason of an environment being in a particular state. Can be used to programmatically handle specific cases. |
message | A message that describes the state in detail. |
Property Details
code
Contains the code that represents the reason of an environment being in a particular state. Can be used to programmatically handle specific cases.
code?: string
Property Value
string
message
A message that describes the state in detail.
message?: string
Property Value
string