API Error Codes.
Enumerator |
---|
AwaError_Success |
Indicates an operation was successful.
|
AwaError_Unspecified |
Used as a default error value.
|
AwaError_Unsupported |
Indicates an API function or value is not supported.
|
AwaError_Internal |
Indicates an internal error has occurred.
|
AwaError_OutOfMemory |
Indicates an operation failed to allocate memory.
|
AwaError_SessionInvalid |
Indicates an operation was attempted in the context of an invalid session.
|
AwaError_SessionNotConnected |
Indicates an operation was attempted in the context of a valid session that is not connected to IPC.
|
AwaError_NotDefined |
Indicates an operation was attempted on an object or resource that is not defined in the session.
|
AwaError_AlreadyDefined |
Indicates an object or resource has already been defined.
|
AwaError_OperationInvalid |
Indicates an operation was attempted on an invalid operation.
|
AwaError_PathInvalid |
Indicates a specified path is invalid in the context of the operation.
|
AwaError_PathNotFound |
Indicates a valid path is not found during an operation.
|
AwaError_TypeMismatch |
Indicates a type mismatch between data and function.
|
AwaError_Timeout |
Indicates an operation has timed out.
|
AwaError_Overrun |
Indicates an operation has overrun the supplied buffer.
|
AwaError_IDInvalid |
Indicates an invalid ID or ID pointer was provided.
|
AwaError_AddInvalid |
Indicates an incorrect or malformed Add operation was attempted.
|
AwaError_CannotCreate |
Indicates an attempt to create something that can't be created.
|
AwaError_CannotDelete |
Indicates an attempt to delete something that can't be deleted.
|
AwaError_DefinitionInvalid |
Indicates an attempt to use an invalid object/resource definition instance.
|
AwaError_AlreadySubscribed |
Indicates an attempt to subscribe to a resource, object instance or object more than once.
|
AwaError_SubscriptionInvalid |
Indicates an attempt to use an invalid subscription instance.
|
AwaError_ObservationInvalid |
Indicates an attempt to use an invalid observation instance.
|
AwaError_IPCError |
Indicates a general IPC error occurred.
|
AwaError_ResponseInvalid |
Indicates an attempt to get or use an invalid response.
|
AwaError_ClientIDInvalid |
Indicates a client ID is invalid.
|
AwaError_ClientNotFound |
Indicates a client with a matching ID was not found.
|
AwaError_LWM2MError |
Indicates a LWM2M error has occurred.
|
AwaError_IteratorInvalid |
Indicates an invalid iterator was used.
|
AwaError_Response |
Indicates an operation response has errors.
|
AwaError_RangeInvalid |
Indicates an operation on an invalid array range.
|
AwaError_StaticClientInvalid |
Indicates an operation was attempted in the context of an invalid Static Client.
|
AwaError_StaticClientNotConfigured |
Indicates a Static Client was initialised without being configured.
|
AwaError_StaticClientNotInitialized |
Indicates a Static Client was not initialized.
|
AwaError_LogLevelInvalid |
Indicates an attempt to set an unknown log level.
|
AwaError_LAST |
Reserved value.
|