Matter::Cluster::Definitions::NetworkCommissioning::StatusCode
Inherits Enum < Comparable < Value < Object
Constants
Success = 0_u8
OK, no error
OutOfRange = 1_u8
Value Outside Range
BoundsExceeded = 2_u8
A collection would exceed its size limit
NetworkIdNotFound = 3_u8
The NetworkID is not among the collection of added networks
DuplicateNetworkId = 4_u8
The NetworkID is already among the collection of added networks
NetworkNotFound = 5_u8
Cannot find AP: SSID Not found
RegulatoryError = 6_u8
Cannot find AP: Mismatch on band/channels/regulatory domain / 2.4GHz vs 5GHz
AuthFailure = 7_u8
Cannot associate due to authentication failure
UnsupportedSecurity = 8_u8
Cannot associate due to unsupported security mode
OtherConnectionFailure = 9_u8
Other association failure
Ipv6Failed = 10_u8
Failure to generate an IPv6 address
IpBindFailed = 11_u8
Failure to bind Wi-Fi <-> IP interfaces
UnknownError = 12_u8
Unknown error