daeError.h File Reference

#include <dae/daePlatform.h>
Include dependency graph for daeError.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define DAE_ERR_BACKEND_FILE_EXISTS   -102
#define DAE_ERR_BACKEND_IO   -100
#define DAE_ERR_BACKEND_VALIDATION   -101
#define DAE_ERR_COLLECTION_ALREADY_EXISTS   -202
#define DAE_ERR_COLLECTION_DOES_NOT_EXIST   -203
#define DAE_ERR_FATAL   -1
#define DAE_ERR_INVALID_CALL   -2
#define DAE_ERR_NOT_IMPLEMENTED   -1000
#define DAE_ERR_QUERY_NO_MATCH   -201
#define DAE_ERR_QUERY_SYNTAX   -200
#define DAE_ERROR   -3
#define DAE_OK   0

Functions

DLLSPEC const char * daeErrorString (int errorCode)

Define Documentation

#define DAE_ERR_BACKEND_FILE_EXISTS   -102

The IOPlugin tried to write to a file that already exists and the "replace" parameter was set to false

Definition at line 27 of file daeError.h.

#define DAE_ERR_BACKEND_IO   -100

IO error, the file hasn't been found or there is a problem with the IO plugin.

Definition at line 23 of file daeError.h.

#define DAE_ERR_BACKEND_VALIDATION   -101

The IOPlugin backend wasn't able to successfully validate the data.

Definition at line 25 of file daeError.h.

#define DAE_ERR_COLLECTION_ALREADY_EXISTS   -202

A document with that name already exists.

Definition at line 33 of file daeError.h.

#define DAE_ERR_COLLECTION_DOES_NOT_EXIST   -203

A document with that name does not exist.

Definition at line 35 of file daeError.h.

#define DAE_ERR_FATAL   -1

Fatal Error, should never be returned unless there is a bug in the library.

Definition at line 17 of file daeError.h.

#define DAE_ERR_INVALID_CALL   -2

Call invalid, the combination of parameters given is invalid.

Definition at line 19 of file daeError.h.

#define DAE_ERR_NOT_IMPLEMENTED   -1000

Function is not implemented.

Definition at line 37 of file daeError.h.

#define DAE_ERR_QUERY_NO_MATCH   -201

No match to the search criteria.

Definition at line 31 of file daeError.h.

#define DAE_ERR_QUERY_SYNTAX   -200

Error in the syntax of the query.

Definition at line 29 of file daeError.h.

#define DAE_ERROR   -3

Generic error

Definition at line 21 of file daeError.h.

#define DAE_OK   0

Success

Definition at line 15 of file daeError.h.


Function Documentation

DLLSPEC const char* daeErrorString ( int  errorCode  ) 

Gets the ASCII error string.

Parameters:
errorCode Error code returned by a function of the API.
Returns:
Returns an English string describing the error.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:24:41 2013