Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.54 KB

PrivateWirelessGatewayStatus.md

File metadata and controls

27 lines (15 loc) · 1.54 KB

PrivateWirelessGatewayStatus

The current status or failure details of the Private Wireless Gateway.

Properties

Name Type Description Notes
value ValueEnum The current status or failure details of the Private Wireless Gateway. <ul> <li><code>provisioning</code> - the Private Wireless Gateway is being provisioned.</li> <li><code>provisioned</code> - the Private Wireless Gateway was provisioned and able to receive connections.</li> <li><code>failed</code> - the provisioning had failed for a reason and it requires an intervention.</li> <li><code>decommissioning</code> - the Private Wireless Gateway is being removed from the network.</li> </ul> Transitioning between the provisioning and provisioned states may take some time. [optional] [readonly]
errorDescription String This attribute provides a human-readable explanation of why a failure happened. [optional] [readonly]
errorCode String This attribute is an <a href=&quot;https://developers.telnyx.com/docs/api/v2/overview#errors\&quot;&gt;error code</a> related to the failure reason. [optional] [readonly]

Enum: ValueEnum

Name Value
PROVISIONING "provisioning"
PROVISIONED "provisioned"
FAILED "failed"
DECOMMISSIONING "decommissioning"