NWK codes

The NWK codes come from the NWK layer of the stack and may be returned by any ZigBee PRO API function with a non-void return.

NWK codes

Name

Value

Description

ZPS_NWK_ENUM_SUCCESS

0x00

Success

ZPS_NWK_ENUM_INVALID_PARAMETER

0xC1

An invalid or out-of-range parameter has been passed

ZPS_NWK_ENUM_INVALID_REQUEST

0xC2

Request cannot be processed

ZPS_NWK_ENUM_NOT_PERMITTED

0xC3

NLME-JOIN.request not permitted

ZPS_NWK_ENUM_STARTUP_FAILURE

0xC4

NLME-NETWORK-FORMATION.request failed

ZPS_NWK_ENUM_ALREADY_PRESENT

0xC5

NLME-DIRECT-JOIN.request failure - device already present

ZPS_NWK_ENUM_SYNC_FAILURE

0xC6

NLME-SYNC.request has failed

ZPS_NWK_ENUM_NEIGHBOR_TABLE_FULL

0xC7

NLME-DIRECT-JOIN.request failure - no space in Router table

ZPS_NWK_ENUM_UNKNOWN_DEVICE

0xC8

NLME-LEAVE.request failure - device not in Neighbor table

ZPS_NWK_ENUM_UNSUPPORTED_ATTRIBUTE

0xC9

NLME-GET/SET.request unknown attribute identifier

ZPS_NWK_ENUM_NO_NETWORKS

0xCA

NLME-JOIN.request detected no networks

ZPS_NWK_ENUM_RESERVED_1

0xCB

Reserved

ZPS_NWK_ENUM_MAX_FRM_CTR

0xCC

Security processing has failed on outgoing frame due to maximum frame counter

ZPS_NWK_ENUM_NO_KEY

0xCD

Security processing has failed on outgoing frame due to no key

ZPS_NWK_ENUM_BAD_CCM_OUTPUT

0xCE

Security processing has failed on outgoing frame due CCM

ZPS_NWK_ENUM_NO_ROUTING_CAPACITY

0xCF

Attempt at route discovery has failed due to lack of table space

ZPS_NWK_ENUM_ROUTE_DISCOVERY_FAILED

0xD0

Attempt at route discovery has failed due to any reason except lack of table space

ZPS_NWK_ENUM_ROUTE_ERROR

0xD1

NLDE-DATA.request has failed due to routing failure on sending device

ZPS_NWK_ENUM_BT_TABLE_FULL

0xD2

Broadcast or broadcast-mode multicast has failed as there is no room in BTT

ZPS_NWK_ENUM_FRAME_NOT_BUFFERED

0xD3

Unicast mode multi-cast frame was discarded pending route discovery

ZPS_NWK_ENUM_FRAME_IS_BUFFERED

0xD4

Unicast frame does not have a route available but it is buffered for automatic resend.

Parent topic:Return/Status Codes