enum

Matter::Cluster::Definitions::GeneralCommissioning::CommissioningError

Inherits Enum < Comparable < Value < Object

Constants

Ok = 0_u8

No error

ValueOutsideRange = 1_u8

Attempting to set regulatory configuration to a region or indoor/outdoor mode for which the server does not have proper configuration.

InvalidAuthentication = 2_u8

Executed CommissioningComplete outside CASE session.

NoFailSafe = 3_u8

Executed CommissioningComplete when there was no active Fail-Safe context.

BusyWithOtherAdmin = 4_u8

Attempting to arm fail- safe or execute CommissioningComplete from a fabric different than the one associated with the current fail- safe context.

Instance methods

busy_with_other_admin?

Returns true if this enum value equals BusyWithOtherAdmin

Source
invalid_authentication?

Returns true if this enum value equals InvalidAuthentication

Source
no_fail_safe?

Returns true if this enum value equals NoFailSafe

Source
ok?

Returns true if this enum value equals Ok

Source
value_outside_range?

Returns true if this enum value equals ValueOutsideRange

Source