enum

Matter::Cluster::Definitions::TargetNavigator::StatusCode

Inherits Enum < Comparable < Value < Object

Constants

Success = 0_u8

Command succeeded

TargetNotFound = 1_u8

Requested target was not found in the TargetList

NotAllowed = 2_u8

Target request is not allowed in current state.

Instance methods

not_allowed?

Returns true if this enum value equals NotAllowed

Source
success?

Returns true if this enum value equals Success

Source
target_not_found?

Returns true if this enum value equals TargetNotFound

Source