Body of the Actions actionFailed event

MatterSpecification.v13.Core § 9.14.7.2

interface ActionFailedEvent {
    actionId: number;
    error: Actions.ActionError;
    invokeId: number;
    newState: Actions.ActionState;
}

Hierarchy (view full)

Properties

actionId: number

This field shall be set to the ActionID of the action which encountered an error.

MatterSpecification.v13.Core § 9.14.7.2.1

This field shall be set to indicate the reason for non-successful progress of the action.

MatterSpecification.v13.Core § 9.14.7.2.4

invokeId: number

This field shall be set to the InvokeID which was provided to the most recent command referencing this ActionID.

MatterSpecification.v13.Core § 9.14.7.2.2

This field shall be set to state that the action is in at the time of generating the event.

MatterSpecification.v13.Core § 9.14.7.2.3