client-c  0.8.1
kaa_error.h File Reference

Kaa error codes. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  kaa_error_t {
  KAA_ERR_NONE = 0, KAA_ERR_NOMEM = -1, KAA_ERR_BADDATA = -2, KAA_ERR_BADPARAM = -3,
  KAA_ERR_READ_FAILED = -4, KAA_ERR_WRITE_FAILED = -5, KAA_ERR_NOT_FOUND = -6, KAA_ERR_NOT_INITIALIZED = -7,
  KAA_ERR_BAD_STATE = -8, KAA_ERR_INVALID_PUB_KEY = -9, KAA_ERR_INVALID_BUFFER_SIZE = -10, KAA_ERR_UNSUPPORTED = -11,
  KAA_ERR_BAD_PROTOCOL_ID = -12, KAA_ERR_BAD_PROTOCOL_VERSION = -13, KAA_ERR_INSUFFICIENT_BUFFER = -14, KAA_ERR_ALREADY_EXISTS = -15,
  KAA_ERR_TIMEOUT = -16, KAA_ERR_PROFILE_IS_NOT_SET = -17, KAA_ERR_EVENT_NOT_ATTACHED = -41, KAA_ERR_EVENT_BAD_FQN = -42,
  KAA_ERR_EVENT_TRX_NOT_FOUND = -43, KAA_ERR_BUFFER_IS_NOT_ENOUGH = -51, KAA_ERR_BUFFER_INVALID_SIZE = -52, KAA_ERR_SOCKET_ERROR = -91,
  KAA_ERR_SOCKET_CONNECT_ERROR = -92, KAA_ERR_SOCKET_INVALID_FAMILY = -93, KAA_ERR_TCPCHANNEL_AP_RESOLVE_FAILED = -101, KAA_ERR_TCPCHANNEL_PARSER_INIT_FAILED = -102,
  KAA_ERR_TCPCHANNEL_PARSER_ERROR = -103
}
 

Detailed Description

Kaa error codes.

Copyright 2014-2016 CyberVision, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Defines kaa_error_t enumeration type for standard error codes used across the C Endpoint SDK.

Definition in file kaa_error.h.

Enumeration Type Documentation

Enumerator
KAA_ERR_NONE 
KAA_ERR_NOMEM 
KAA_ERR_BADDATA 
KAA_ERR_BADPARAM 
KAA_ERR_READ_FAILED 
KAA_ERR_WRITE_FAILED 
KAA_ERR_NOT_FOUND 
KAA_ERR_NOT_INITIALIZED 
KAA_ERR_BAD_STATE 
KAA_ERR_INVALID_PUB_KEY 
KAA_ERR_INVALID_BUFFER_SIZE 
KAA_ERR_UNSUPPORTED 
KAA_ERR_BAD_PROTOCOL_ID 
KAA_ERR_BAD_PROTOCOL_VERSION 
KAA_ERR_INSUFFICIENT_BUFFER 
KAA_ERR_ALREADY_EXISTS 
KAA_ERR_TIMEOUT 
KAA_ERR_PROFILE_IS_NOT_SET 
KAA_ERR_EVENT_NOT_ATTACHED 
KAA_ERR_EVENT_BAD_FQN 
KAA_ERR_EVENT_TRX_NOT_FOUND 
KAA_ERR_BUFFER_IS_NOT_ENOUGH 
KAA_ERR_BUFFER_INVALID_SIZE 
KAA_ERR_SOCKET_ERROR 
KAA_ERR_SOCKET_CONNECT_ERROR 
KAA_ERR_SOCKET_INVALID_FAMILY 
KAA_ERR_TCPCHANNEL_AP_RESOLVE_FAILED 
KAA_ERR_TCPCHANNEL_PARSER_INIT_FAILED 
KAA_ERR_TCPCHANNEL_PARSER_ERROR 

Definition at line 31 of file kaa_error.h.