Lines Matching refs:Error
48 typedef otError Error; typedef
54 constexpr Error kErrorNone = OT_ERROR_NONE;
55 constexpr Error kErrorFailed = OT_ERROR_FAILED;
56 constexpr Error kErrorDrop = OT_ERROR_DROP;
57 constexpr Error kErrorNoBufs = OT_ERROR_NO_BUFS;
58 constexpr Error kErrorNoRoute = OT_ERROR_NO_ROUTE;
59 constexpr Error kErrorBusy = OT_ERROR_BUSY;
60 constexpr Error kErrorParse = OT_ERROR_PARSE;
61 constexpr Error kErrorInvalidArgs = OT_ERROR_INVALID_ARGS;
62 constexpr Error kErrorSecurity = OT_ERROR_SECURITY;
63 constexpr Error kErrorAddressQuery = OT_ERROR_ADDRESS_QUERY;
64 constexpr Error kErrorNoAddress = OT_ERROR_NO_ADDRESS;
65 constexpr Error kErrorAbort = OT_ERROR_ABORT;
66 constexpr Error kErrorNotImplemented = OT_ERROR_NOT_IMPLEMENTED;
67 constexpr Error kErrorInvalidState = OT_ERROR_INVALID_STATE;
68 constexpr Error kErrorNoAck = OT_ERROR_NO_ACK;
69 constexpr Error kErrorChannelAccessFailure = OT_ERROR_CHANNEL_ACCESS_FAILURE;
70 constexpr Error kErrorDetached = OT_ERROR_DETACHED;
71 constexpr Error kErrorFcs = OT_ERROR_FCS;
72 constexpr Error kErrorNoFrameReceived = OT_ERROR_NO_FRAME_RECEIVED;
73 constexpr Error kErrorUnknownNeighbor = OT_ERROR_UNKNOWN_NEIGHBOR;
74 constexpr Error kErrorInvalidSourceAddress = OT_ERROR_INVALID_SOURCE_ADDRESS;
75 constexpr Error kErrorAddressFiltered = OT_ERROR_ADDRESS_FILTERED;
76 constexpr Error kErrorDestinationAddressFiltered = OT_ERROR_DESTINATION_ADDRESS_FILTERED;
77 constexpr Error kErrorNotFound = OT_ERROR_NOT_FOUND;
78 constexpr Error kErrorAlready = OT_ERROR_ALREADY;
79 constexpr Error kErrorIp6AddressCreationFailure = OT_ERROR_IP6_ADDRESS_CREATION_FAILURE;
80 constexpr Error kErrorNotCapable = OT_ERROR_NOT_CAPABLE;
81 constexpr Error kErrorResponseTimeout = OT_ERROR_RESPONSE_TIMEOUT;
82 constexpr Error kErrorDuplicated = OT_ERROR_DUPLICATED;
83 constexpr Error kErrorReassemblyTimeout = OT_ERROR_REASSEMBLY_TIMEOUT;
84 constexpr Error kErrorNotTmf = OT_ERROR_NOT_TMF;
85 constexpr Error kErrorNotLowpanDataFrame = OT_ERROR_NOT_LOWPAN_DATA_FRAME;
86 constexpr Error kErrorLinkMarginLow = OT_ERROR_LINK_MARGIN_LOW;
87 constexpr Error kErrorInvalidCommand = OT_ERROR_INVALID_COMMAND;
88 constexpr Error kErrorPending = OT_ERROR_PENDING;
89 constexpr Error kErrorRejected = OT_ERROR_REJECTED;
90 constexpr Error kErrorGeneric = OT_ERROR_GENERIC;
101 const char *ErrorToString(Error aError);