Main Page   Compound List   File List   Compound Members   File Members  

lib/errors.c File Reference

Error definitions. More...

#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...


Detailed Description

Error definitions.


Variable Documentation

Gj_Id ID_ERR_UNKNOWN = GJ_ID(0x0, 0x1, 0x0, 0x15)
 

Unknown error.

Parameters:
cause   (str) Error cause.

Gj_Id ID_ERR_NOTIMPL = GJ_ID(0x0, 0x1, 0x0, 0x3c)
 

Feature not implemented error.

Parameters:
str   (str) Feature name.

Gj_Id ID_ERR_MODEL_CREATE = GJ_ID(0x0, 0x1, 0x0, 0x57)
 

Model creation error.

Parameters:
name   (str) Model name.

Gj_Id ID_ERR_MODEL_INSTANCES = GJ_ID(0x0, 0x1, 0x0, 0x16)
 

There are still instances of the model.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.

Gj_Id ID_ERR_MODEL_NOTREGISTERED = GJ_ID(0x0, 0x1, 0x0, 0x17)
 

The model is not registered.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.

Gj_Id ID_ERR_MODEL_REGISTERED = GJ_ID(0x0, 0x1, 0x0, 0x5b)
 

The model is already registered.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.

Gj_Id ID_ERR_MODEL_FINISHED = GJ_ID(0x0, 0x1, 0x0, 0x18)
 

The model is already finished.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.

Gj_Id ID_ERR_MODEL_VIEWBYNAMENOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x19)
 

The view (search by name) was not found.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.
viewname   (str) View name.

Gj_Id ID_ERR_MODEL_VIEWBYIDNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x1a)
 

The view (search by id) was not found.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.
viewid   (id) Model id.

Gj_Id ID_ERR_MODEL_NOUNIQUECONVERTER = GJ_ID(0x0, 0x1, 0x0, 0x1b)
 

No unique converter to a type found.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.
id   (id) The id that was tried to convert to.

Gj_Id ID_ERR_MODEL_NOCONVERTER = GJ_ID(0x0, 0x1, 0x0, 0x1c)
 

No converter to a type found.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.
id   (id) The id that was tried to convert to.

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.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.

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.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.

Gj_Id ID_ERR_MODEL_PROPERTYNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x1e)
 

The property was not found.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.
propertyname   (str) Property name.

Gj_Id ID_ERR_MODEL_INSTANTIATE = GJ_ID(0x0, 0x1, 0x0, 0x58)
 

Could not create an instance.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.

Gj_Id ID_ERR_MODEL_CONVERTERSEARCH = GJ_ID(0x0, 0x1, 0x0, 0x5a)
 

Error while searching a converter.

Parameters:
name   (str) Model name.
modelptr   (ptr) Model ptr.
id   (id) Wanted type.

Gj_Id ID_ERR_VIEW_NOTREGISTERED = GJ_ID(0x0, 0x1, 0x0, 0x1f)
 

The view is not registered.

Parameters:
name   (str) View name.
viewptr   (ptr) View ptr.

Gj_Id ID_ERR_VIEW_FINISHED = GJ_ID(0x0, 0x1, 0x0, 0x20)
 

The view is already finished.

Parameters:
name   (str) View name.
viewptr   (ptr) View ptr.

Gj_Id ID_ERR_VIEW_DUPLICATEPARAMNAME = GJ_ID(0x0, 0x1, 0x0, 0x21)
 

There exists already a parameter with the same name.

Parameters:
name   (str) View name.
viewptr   (ptr) View ptr.

Gj_Id ID_ERR_VIEW_PARAMNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x22)
 

The parameter was not found.

Parameters:
name   (str) View name.
viewptr   (ptr) View ptr.
paramname   (str) Parameter name.

Gj_Id ID_ERR_OBJECT_CREATE = GJ_ID(0x0, 0x1, 0x0, 0x56)
 

Could not create object.

Parameters:
objectid   (id) Object type.

Gj_Id ID_ERR_OBJECT_INDEX = GJ_ID(0x0, 0x1, 0x0, 0x23)
 

The property index is out of range.

Parameters:
objectptr   (ptr) Object ptr.
objectid   (id) Object type.
index   (int) Property index.

Gj_Id ID_ERR_OBJECT_FIXED = GJ_ID(0x0, 0x1, 0x0, 0x24)
 

The object has fixed properties.

Parameters:
objectptr   (ptr) Object ptr.
objectid   (id) Object type.

Gj_Id ID_ERR_OBJECT_CONVERT = GJ_ID(0x0, 0x1, 0x0, 0x25)
 

Object conversion error.

Parameters:
objectptr   (ptr) Object ptr.
objectid   (id) Object type.
id   (id) The id that was tried to convert to.

Gj_Id ID_ERR_OBJECT_CHILDNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x35)
 

The requested child was not found.

Parameters:
objectptr   (ptr) Object ptr.
objectid   (id) Object type.
name   (str) The child name.

Gj_Id ID_ERR_MODELMGR_MODELBYNAMENOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x26)
 

The model (search by name) was not found.

Parameters:
modelmgrptr   (ptr) Modelmgr ptr.
name   (str) The model name.

Gj_Id ID_ERR_MODELMGR_MODELBYIDNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x27)
 

The model (search by id) was not found.

Parameters:
modelmgrptr   (ptr) Modelmgr ptr.
id   (id) The model id.

Gj_Id ID_ERR_MODELMGR_DUPLICATEMODEL = GJ_ID(0x0, 0x1, 0x0, 0x30)
 

The is already a model with the same id.

Parameters:
modelmgrptr   (ptr) Modelmgr ptr.
name   (str) Model name.
id   (id) Model id.

Gj_Id ID_ERR_MODELMGR_DUPLICATENAME = GJ_ID(0x0, 0x1, 0x0, 0x31)
 

The is already a model with the same name.

Parameters:
modelmgrptr   (ptr) Modelmgr ptr.
name   (str) Model name.
id   (id) Model id.

Gj_Id ID_ERR_IDMGR_IDSTATACCESS = GJ_ID(0x0, 0x1, 0x0, 0x28)
 

No access to the id system status.

Parameters:
idmgrptr   (ptr) Idmgr ptr.
name   (str) Idstat file name.

Gj_Id ID_ERR_IDMGR_SYSIDCREATION = GJ_ID(0x0, 0x1, 0x0, 0x29)
 

System id creation error.

Parameters:
idmgrptr   (ptr) Idmgr ptr.
name   (str) Idstat file name.

Gj_Id ID_ERR_IFACE_ADDRNOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x2d)
 

The given address was not found at the interface.

Parameters:
ifaceid   (id) Iface id.
string   (str) Address.

Gj_Id ID_ERR_IFACE_CONNECT = GJ_ID(0x0, 0x1, 0x0, 0x2e)
 

Could not connect to the given address.

Parameters:
ifaceid   (id) Iface id.
string   (str) Address.

Gj_Id ID_ERR_IFACE_EOF = GJ_ID(0x0, 0x1, 0x0, 0x2f)
 

End of file error while reading.

Parameters:
ifaceid   (id) Iface id.
ifaceport   (ptr) Iface port.

Gj_Id ID_ERR_IFACE_WRITE = GJ_ID(0x0, 0x1, 0x0, 0x40)
 

Could not write to the iface.

Parameters:
ifaceid   (id) Iface id.
ifaceport   (ptr) Iface port.

Gj_Id ID_ERR_IFACE_LISTEN = GJ_ID(0x0, 0x1, 0x0, 0x41)
 

Could not listen on the iface.

Parameters:
ifaceid   (id) Iface id.

Gj_Id ID_ERR_IFACE_ACCEPT = GJ_ID(0x0, 0x1, 0x0, 0x42)
 

Could accept a connection on the iface.

Parameters:
ifaceid   (id) Iface id.

Gj_Id ID_ERR_IFACE_SERVE = GJ_ID(0x0, 0x1, 0x0, 0x55)
 

Serving error.

Parameters:
ifaceid   (id) Iface id.
ifaceport   (ptr) Iface port.
str   (str) Client addr.

Gj_Id ID_ERR_CONTAINER_CREATE = GJ_ID(0x0, 0x1, 0x0, 0x39)
 

Could not create the new container.

Parameters:
containerid   (id) Container id.
cause   (str) Error cause.

Gj_Id ID_ERR_CONTAINER_ACCESS = GJ_ID(0x0, 0x1, 0x0, 0x3a)
 

Could not access the container.

Parameters:
containerid   (id) Container id.
cause   (str) Error cause.

Gj_Id ID_ERR_CONTAINER_DESTROY = GJ_ID(0x0, 0x1, 0x0, 0x3b)
 

Could not destroy the container.

Parameters:
containerid   (id) Container id.
cause   (str) Error cause.

Gj_Id ID_ERR_CONTAINER_NEWID = GJ_ID(0x0, 0x1, 0x0, 0x3d)
 

Could not create a new container element.

Parameters:
containerid   (id) Container id.

Gj_Id ID_ERR_CONTAINER_RELEASEID = GJ_ID(0x0, 0x1,0x0, 0x3e)
 

Could not release the given container element.

Parameters:
containerid   (id) Container id.
hex   (ptr) The element id.
cause   (str) Error cause.

Gj_Id ID_ERR_CONTAINER_STILLSTREAMS = GJ_ID(0x0, 0x1, 0x0, 0x3f)
 

Cannot delete the container because there are still active streams out.

Parameters:
containerid   (id) Container id.

Gj_Id ID_ERR_IFACEMGR_NOTFOUND = GJ_ID(0x0, 0x1, 0x0, 0x44)
 

The interface was not found.

Parameters:
ptr   (ptr) Ifacemgrp ptr.
ifaceid   (id) Iface id.

Gj_Id ID_ERR_STREAM_DATACONV = GJ_ID(0x0, 0x1, 0x0, 0x45)
 

Data conversion error.

Parameters:
ptr   (ptr) Stream ptr.
ifaceid   (id) Iface id.
str   (str) Iface address.

Gj_Id ID_ERR_STREAM_IO = GJ_ID(0x0, 0x1, 0x0, 0x46)
 

Stream I/O error.

Parameters:
ptr   (ptr) Stream ptr.
ifaceid   (id) Iface id.
str   (str) Iface address.

Gj_Id ID_ERR_COMM_CLIENTHANDSHAKE = GJ_ID(0x0, 0x1, 0x0, 0x47)
 

Client handshake error.

Parameters:
ptr   (ptr) Communication ptr.
ifaceid   (id) Iface id.
addr   (str) Iface address.

Gj_Id ID_ERR_COMM_SERVERHANDSHAKE = GJ_ID(0x0, 0x1, 0x0, 0x48)
 

Server handshake error.

Parameters:
ptr   (ptr) Communication ptr.
ifaceid   (id) Iface id.
addr   (str) Iface address.

Gj_Id ID_ERR_COMM_MODENOTSUPP = GJ_ID(0x0, 0x1, 0x0, 0x49)
 

The requested communication mode is not supported.

Parameters:
ptr   (ptr) Communication ptr.
ifaceid   (id) Iface id.
addr   (str) Iface address.
int   (int) Mode number.

Gj_Id ID_ERR_COMM_PROTONOTSUPP = GJ_ID(0x0, 0x1, 0x0, 0x4a)
 

The requested protocol is not supported.

Parameters:
ptr   (ptr) Communication ptr.
ifaceid   (id) Iface id.
addr   (str) Iface address.
id   (id) Protocol id.

Gj_Id ID_ERR_COMM_CONNECT = GJ_ID(0x0, 0x1, 0x0, 0x4b)
 

Communication connect error.

Parameters:
ptr   (ptr) Communication ptr.
ifaceid   (id) Iface id.
addr   (str) Iface address.

Gj_Id ID_ERR_COMM_COMMANDNOTSUPP = GJ_ID(0x0, 0x1, 0x0, 0x4c)
 

The requested command is not supported.

Parameters:
ptr   (ptr) Communication ptr.
ifaceid   (id) Iface id.
addr   (str) Iface address.
int   (int) Command number.
str   (str) Command name.

Gj_Id ID_ERR_COMM_PROCESSCOMMAND = GJ_ID(0x0, 0x1, 0x0, 0x4d)
 

An error while processing the command request.

Parameters:
ptr   (ptr) Communication ptr.
ifaceid   (id) Iface id.
addr   (str) Iface address.
int   (int) Command number.
str   (str) Command name.

Gj_Id ID_ERR_COMM_COMMAND = GJ_ID(0x0, 0x1, 0x0, 0x4e)
 

An error occured while executing the command.

Parameters:
ptr   (ptr) Communication ptr.
ifaceid   (id) Iface id.
addr   (str) Iface address.
int   (int) Command number.
str   (str) Command name.

Gj_Id ID_ERR_CONTAINERMGR_NOCONTAINER = GJ_ID(0x0, 0x1, 0x0, 0x4f)
 

A container operation was called with no open container.

Parameters:
ptr   (ptr) Containermgr ptr.

Gj_Id ID_ERR_CTX_DELETECHILDREN = GJ_ID(0x0, 0x1, 0x0, 0x52)
 

Could not delete the children.

Parameters:
ptr   (ptr) Context ptr.

Gj_Id ID_ERR_CTX_FORK = GJ_ID(0x0, 0x1, 0x0, 0x53)
 

Could not fork a new context.

Parameters:
ptr   (ptr) Context ptr.

Gj_Id ID_ERR_ID_FORMAT = GJ_ID(0x0, 0x1, 0x0, 0x54)
 

Malformated id string found.

Parameters:
str   (str) Id string.


Generated at Fri Aug 17 18:28:56 2001 for Gobj by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000