NotAvailable

sealed interface NotAvailable : CmPropertyResult

Indicates that the property is not available.

Inheritors

Types

Link copied to clipboard

Indicates that property is not available because of an initialization error. That should not be happening in production and should be used for debugging potential issues.

Link copied to clipboard

Indicates that the requested property is missing from the module's available properties.

Link copied to clipboard

Indicates that the property is not available due to the module not being fully connected. returned when CmConnectionState is not CmConnectionState.Connected.