zigbee-on-host
    Preparing search index...

    Enumeration SpinelStatus

    Index

    Enumeration Members

    ALREADY: 19

    The operation is already in progress.

    BUSY: 12

    The device is currently performing a mutually exclusive operation

    CCA_FAILURE: 18

    The packet was not sent due to a CCA failure.

    CMD_TOO_BIG: 16

    The command was too large to fit in the internal buffer.

    DROPPED: 14

    A/The packet was dropped.

    EMPTY: 15

    The result of the operation is empty.

    FAILURE: 1

    Operation has failed for some undefined reason.

    IN_PROGRESS: 10

    This operation is in progress.

    INTERNAL_ERROR: 7

    An internal runtime error has occurred.

    INVALID_ARGUMENT: 3

    An argument to the operation is invalid.

    INVALID_COMMAND: 5

    This command is not recognized.

    INVALID_COMMAND_FOR_PROP: 21

    The given command cannot be performed on this property.

    INVALID_INTERFACE: 6

    This interface is not supported.

    INVALID_STATE: 4

    This operation is invalid for the current device state.

    ITEM_NOT_FOUND: 20

    The given item could not be found.

    JOIN_FAILURE: 104

    Generic failure to associate with other peers.

    This status error should not be used by implementers if enough information is available to determine that one of the later join failure status codes would be more accurate.

    \sa SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING \sa SPINEL_PROP_MESHCOP_JOINER_COMMISSIONING

    JOIN_INCOMPATIBLE: 107

    The only potential peer nodes found are incompatible.

    \sa SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING

    JOIN_NO_PEERS: 106

    The node was unable to find any other peers on the network.

    \sa SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING \sa SPINEL_PROP_MESHCOP_JOINER_COMMISSIONING

    JOIN_RSP_TIMEOUT: 108

    No response in expecting time.

    \sa SPINEL_PROP_MESHCOP_JOINER_COMMISSIONING

    JOIN_SECURITY: 105

    The node found other peers but was unable to decode their packets.

    Typically this error code indicates that the network key has been set incorrectly.

    \sa SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING \sa SPINEL_PROP_MESHCOP_JOINER_COMMISSIONING

    JOIN_SUCCESS: 109

    The node succeeds in commissioning and get the network credentials.

    \sa SPINEL_PROP_MESHCOP_JOINER_COMMISSIONING

    NO_ACK: 17

    The packet was not acknowledged.

    NOMEM: 11

    Operation prevented due to memory pressure.

    NOT_CAPABLE: 23

    The target is not capable of handling requested operation.

    OK: 0

    Operation has completed successfully.

    PARSE_ERROR: 9

    A error has occurred while parsing the command.

    PROP_NOT_FOUND: 13

    The given property is not recognized.

    RESET_ASSERT: 117
    RESET_CRASH: 116
    RESET_EXTERNAL: 113
    RESET_FAULT: 115
    RESET_OTHER: 118
    RESET_POWER_ON: 112
    RESET_SOFTWARE: 114
    RESET_UNKNOWN: 119
    RESET_WATCHDOG: 120
    RESPONSE_TIMEOUT: 24

    No response received from remote node

    SECURITY_ERROR: 8

    A security/authentication error has occurred.

    SWITCHOVER_DONE: 25

    Radio interface switch completed successfully (SPINEL_PROP_MULTIPAN_ACTIVE_INTERFACE)

    SWITCHOVER_FAILED: 26

    Radio interface switch failed (SPINEL_PROP_MULTIPAN_ACTIVE_INTERFACE)

    UNIMPLEMENTED: 2

    Given operation has not been implemented.

    UNKNOWN_NEIGHBOR: 22

    The neighbor is unknown.