enum

Matter::Cluster::Definitions::Action::Error

Inherits Enum < Comparable < Value < Object

Constants

Unknown = 0

Other reason not listed in the row(s) below

Interrupted = 1

The action was interrupted by another command or interaction

Instance methods

interrupted?

Returns true if this enum value equals Interrupted

Source
unknown?

Returns true if this enum value equals Unknown

Source