#include "gobj/errors.h"
#include "gobj/error.h"
#include "gobj/errormgr.h"
#include "gobj/lang.h"
#include "gobj/id.h"
#include "gobj/ids.h"
Variables | |
| Gj_Id | ID_ERR_UNKNOWN = GJ_ID(0x0, 0x1, 0x0, 0x15) |
| Unknown error. More... | |
| Gj_Id | ID_ERR_NOTIMPL = GJ_ID(0x0, 0x1, 0x0, 0x3c) |
| Feature not implemented error. More... | |
| Gj_Id | ID_ERR_MODEL_CREATE = GJ_ID(0x0, 0x1, 0x0, 0x57) |
| Model creation error. More... | |
| Gj_Id | ID_ERR_MODEL_INSTANCES = GJ_ID(0x0, 0x1, 0x0, 0x16) |
| There are still instances of the model. More... | |
| Gj_Id | ID_ERR_MODEL_NOTREGISTERED = GJ_ID(0x0, 0x1, 0x0, 0x17) |
| The model is not registered. More... | |
| Gj_Id | ID_ERR_MODEL_REGISTERED = GJ_ID(0x0, 0x1, 0x0, 0x5b) |
| The model is already registered. More... | |
| Gj_Id | ID_ERR_MODEL_FINISHED = GJ_ID(0x0, 0x1, 0x0, 0x18) |
| The model is already finished. More... | |
| Gj_Id | ID_ERR_MODEL_VIEWBYNAMENOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x19) |
| The view (search by name) was not found. More... | |
| Gj_Id | ID_ERR_MODEL_VIEWBYIDNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x1a) |
| The view (search by id) was not found. More... | |
| Gj_Id | ID_ERR_MODEL_NOUNIQUECONVERTER = GJ_ID(0x0, 0x1, 0x0, 0x1b) |
| No unique converter to a type found. More... | |
| Gj_Id | ID_ERR_MODEL_NOCONVERTER = GJ_ID(0x0, 0x1, 0x0, 0x1c) |
| No converter to a type found. More... | |
| Gj_Id | ID_ERR_MODEL_NONFIXED = GJ_ID(0x0, 0x1, 0x0, 0x1d) |
| The model has non-fixed properties (i.e. any number of properties of the same type) - so the requested operation is not allowed. More... | |
| Gj_Id | ID_ERR_MODEL_FIXED = GJ_ID(0x0, 0x1, 0x0, 0x59) |
| The model has fixed properties (i.e. non-changable named properties) - so the requested operation is not allowed. More... | |
| Gj_Id | ID_ERR_MODEL_PROPERTYNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x1e) |
| The property was not found. More... | |
| Gj_Id | ID_ERR_MODEL_INSTANTIATE = GJ_ID(0x0, 0x1, 0x0, 0x58) |
| Could not create an instance. More... | |
| Gj_Id | ID_ERR_MODEL_CONVERTERSEARCH = GJ_ID(0x0, 0x1, 0x0, 0x5a) |
| Error while searching a converter. More... | |
| Gj_Id | ID_ERR_VIEW_NOTREGISTERED = GJ_ID(0x0, 0x1, 0x0, 0x1f) |
| The view is not registered. More... | |
| Gj_Id | ID_ERR_VIEW_FINISHED = GJ_ID(0x0, 0x1, 0x0, 0x20) |
| The view is already finished. More... | |
| Gj_Id | ID_ERR_VIEW_DUPLICATEPARAMNAME = GJ_ID(0x0, 0x1, 0x0, 0x21) |
| There exists already a parameter with the same name. More... | |
| Gj_Id | ID_ERR_VIEW_PARAMNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x22) |
| The parameter was not found. More... | |
| Gj_Id | ID_ERR_OBJECT_CREATE = GJ_ID(0x0, 0x1, 0x0, 0x56) |
| Could not create object. More... | |
| Gj_Id | ID_ERR_OBJECT_INDEX = GJ_ID(0x0, 0x1, 0x0, 0x23) |
| The property index is out of range. More... | |
| Gj_Id | ID_ERR_OBJECT_FIXED = GJ_ID(0x0, 0x1, 0x0, 0x24) |
| The object has fixed properties. More... | |
| Gj_Id | ID_ERR_OBJECT_CONVERT = GJ_ID(0x0, 0x1, 0x0, 0x25) |
| Object conversion error. More... | |
| Gj_Id | ID_ERR_OBJECT_CHILDNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x35) |
| The requested child was not found. More... | |
| Gj_Id | ID_ERR_MODELMGR_MODELBYNAMENOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x26) |
| The model (search by name) was not found. More... | |
| Gj_Id | ID_ERR_MODELMGR_MODELBYIDNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x27) |
| The model (search by id) was not found. More... | |
| Gj_Id | ID_ERR_MODELMGR_DUPLICATEMODEL = GJ_ID(0x0, 0x1, 0x0, 0x30) |
| The is already a model with the same id. More... | |
| Gj_Id | ID_ERR_MODELMGR_DUPLICATENAME = GJ_ID(0x0, 0x1, 0x0, 0x31) |
| The is already a model with the same name. More... | |
| Gj_Id | ID_ERR_IDMGR_IDSTATACCESS = GJ_ID(0x0, 0x1, 0x0, 0x28) |
| No access to the id system status. More... | |
| Gj_Id | ID_ERR_IDMGR_SYSIDCREATION = GJ_ID(0x0, 0x1, 0x0, 0x29) |
| System id creation error. More... | |
| Gj_Id | ID_ERR_IFACE_ADDRNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x2d) |
| The given address was not found at the interface. More... | |
| Gj_Id | ID_ERR_IFACE_CONNECT = GJ_ID(0x0, 0x1, 0x0, 0x2e) |
| Could not connect to the given address. More... | |
| Gj_Id | ID_ERR_IFACE_EOF = GJ_ID(0x0, 0x1, 0x0, 0x2f) |
| End of file error while reading. More... | |
| Gj_Id | ID_ERR_IFACE_WRITE = GJ_ID(0x0, 0x1, 0x0, 0x40) |
| Could not write to the iface. More... | |
| Gj_Id | ID_ERR_IFACE_LISTEN = GJ_ID(0x0, 0x1, 0x0, 0x41) |
| Could not listen on the iface. More... | |
| Gj_Id | ID_ERR_IFACE_ACCEPT = GJ_ID(0x0, 0x1, 0x0, 0x42) |
| Could accept a connection on the iface. More... | |
| Gj_Id | ID_ERR_IFACE_SERVE = GJ_ID(0x0, 0x1, 0x0, 0x55) |
| Serving error. More... | |
| Gj_Id | ID_ERR_CONTAINER_CREATE = GJ_ID(0x0, 0x1, 0x0, 0x39) |
| Could not create the new container. More... | |
| Gj_Id | ID_ERR_CONTAINER_ACCESS = GJ_ID(0x0, 0x1, 0x0, 0x3a) |
| Could not access the container. More... | |
| Gj_Id | ID_ERR_CONTAINER_DESTROY = GJ_ID(0x0, 0x1, 0x0, 0x3b) |
| Could not destroy the container. More... | |
| Gj_Id | ID_ERR_CONTAINER_NEWID = GJ_ID(0x0, 0x1, 0x0, 0x3d) |
| Could not create a new container element. More... | |
| Gj_Id | ID_ERR_CONTAINER_RELEASEID = GJ_ID(0x0, 0x1,0x0, 0x3e) |
| Could not release the given container element. More... | |
| Gj_Id | ID_ERR_CONTAINER_STILLSTREAMS = GJ_ID(0x0, 0x1, 0x0, 0x3f) |
| Cannot delete the container because there are still active streams out. More... | |
| Gj_Id | ID_ERR_THREAD_CREATE = GJ_ID(0x0, 0x1, 0x0, 0x43) |
| Could not create a new thread. | |
| Gj_Id | ID_ERR_IFACEMGR_NOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x44) |
| The interface was not found. More... | |
| Gj_Id | ID_ERR_STREAM_DATACONV = GJ_ID(0x0, 0x1, 0x0, 0x45) |
| Data conversion error. More... | |
| Gj_Id | ID_ERR_STREAM_IO = GJ_ID(0x0, 0x1, 0x0, 0x46) |
| Stream I/O error. More... | |
| Gj_Id | ID_ERR_COMM_CLIENTHANDSHAKE = GJ_ID(0x0, 0x1, 0x0, 0x47) |
| Client handshake error. More... | |
| Gj_Id | ID_ERR_COMM_SERVERHANDSHAKE = GJ_ID(0x0, 0x1, 0x0, 0x48) |
| Server handshake error. More... | |
| Gj_Id | ID_ERR_COMM_MODENOTSUPP = GJ_ID(0x0, 0x1, 0x0, 0x49) |
| The requested communication mode is not supported. More... | |
| Gj_Id | ID_ERR_COMM_PROTONOTSUPP = GJ_ID(0x0, 0x1, 0x0, 0x4a) |
| The requested protocol is not supported. More... | |
| Gj_Id | ID_ERR_COMM_CONNECT = GJ_ID(0x0, 0x1, 0x0, 0x4b) |
| Communication connect error. More... | |
| Gj_Id | ID_ERR_COMM_COMMANDNOTSUPP = GJ_ID(0x0, 0x1, 0x0, 0x4c) |
| The requested command is not supported. More... | |
| Gj_Id | ID_ERR_COMM_PROCESSCOMMAND = GJ_ID(0x0, 0x1, 0x0, 0x4d) |
| An error while processing the command request. More... | |
| Gj_Id | ID_ERR_COMM_COMMAND = GJ_ID(0x0, 0x1, 0x0, 0x4e) |
| An error occured while executing the command. More... | |
| Gj_Id | ID_ERR_CONTAINERMGR_NOCONTAINER = GJ_ID(0x0, 0x1, 0x0, 0x4f) |
| A container operation was called with no open container. More... | |
| Gj_Id | ID_ERR_CTX_CREATE = GJ_ID(0x0, 0x1, 0x0, 0x50) |
| Could not create a new context. | |
| Gj_Id | ID_ERR_CTX_DELETE = GJ_ID(0x0, 0x1, 0x0, 0x51) |
| Could not delete the context. | |
| Gj_Id | ID_ERR_CTX_DELETECHILDREN = GJ_ID(0x0, 0x1, 0x0, 0x52) |
| Could not delete the children. More... | |
| Gj_Id | ID_ERR_CTX_FORK = GJ_ID(0x0, 0x1, 0x0, 0x53) |
| Could not fork a new context. More... | |
| Gj_Id | ID_ERR_ID_FORMAT = GJ_ID(0x0, 0x1, 0x0, 0x54) |
| Malformated id string found. More... | |
|
|
Unknown error.
|
|
|
Feature not implemented error.
|
|
|
Model creation error.
|
|
|
There are still instances of the model.
|
|
|
The model is not registered.
|
|
|
The model is already registered.
|
|
|
The model is already finished.
|
|
|
The view (search by name) was not found.
|
|
|
The view (search by id) was not found.
|
|
|
No unique converter to a type found.
|
|
|
No converter to a type found.
|
|
|
The model has non-fixed properties (i.e. any number of properties of the same type) - so the requested operation is not allowed.
|
|
|
The model has fixed properties (i.e. non-changable named properties) - so the requested operation is not allowed.
|
|
|
The property was not found.
|
|
|
Could not create an instance.
|
|
|
Error while searching a converter.
|
|
|
The view is not registered.
|
|
|
The view is already finished.
|
|
|
There exists already a parameter with the same name.
|
|
|
The parameter was not found.
|
|
|
Could not create object.
|
|
|
The property index is out of range.
|
|
|
The object has fixed properties.
|
|
|
Object conversion error.
|
|
|
The requested child was not found.
|
|
|
The model (search by name) was not found.
|
|
|
The model (search by id) was not found.
|
|
|
The is already a model with the same id.
|
|
|
The is already a model with the same name.
|
|
|
No access to the id system status.
|
|
|
System id creation error.
|
|
|
The given address was not found at the interface.
|
|
|
Could not connect to the given address.
|
|
|
End of file error while reading.
|
|
|
Could not write to the iface.
|
|
|
Could not listen on the iface.
|
|
|
Could accept a connection on the iface.
|
|
|
Serving error.
|
|
|
Could not create the new container.
|
|
|
Could not access the container.
|
|
|
Could not destroy the container.
|
|
|
Could not create a new container element.
|
|
|
Could not release the given container element.
|
|
|
Cannot delete the container because there are still active streams out.
|
|
|
The interface was not found.
|
|
|
Data conversion error.
|
|
|
Stream I/O error.
|
|
|
Client handshake error.
|
|
|
Server handshake error.
|
|
|
The requested communication mode is not supported.
|
|
|
The requested protocol is not supported.
|
|
|
Communication connect error.
|
|
|
The requested command is not supported.
|
|
|
An error while processing the command request.
|
|
|
An error occured while executing the command.
|
|
|
A container operation was called with no open container.
|
|
|
Could not delete the children.
|
|
|
Could not fork a new context.
|
|
|
Malformated id string found.
|
1.2.1 written by Dimitri van Heesch,
© 1997-2000