ReferenceVariables
RadioErrorCode
const RadioErrorCode: object;Defined in: packages/protocol/src/constants.ts:60
The errorCode of an Err response.
Type Declaration
BadState
readonly BadState: 4 = 4;FileIoError
readonly FileIoError: 5 = 5;IllegalArg
readonly IllegalArg: 6 = 6;NotFound
readonly NotFound: 2 = 2;TableFull
readonly TableFull: 3 = 3;UnsupportedCmd
readonly UnsupportedCmd: 1 = 1;