MIDAS
Status and error codes
Collaboration diagram for Status and error codes:

Macros

#define SUCCESS   1
 
#define CM_SUCCESS   1
 
#define CM_SET_ERROR   102
 
#define CM_NO_CLIENT   103
 
#define CM_DB_ERROR   104
 
#define CM_UNDEF_EXP   105
 
#define CM_VERSION_MISMATCH   106
 
#define CM_SHUTDOWN   107
 
#define CM_WRONG_PASSWORD   108
 
#define CM_UNDEF_ENVIRON   109
 
#define CM_DEFERRED_TRANSITION   110
 
#define CM_TRANSITION_IN_PROGRESS   111
 
#define CM_TIMEOUT   112
 
#define CM_INVALID_TRANSITION   113
 
#define CM_TOO_MANY_REQUESTS   114
 
#define CM_TRUNCATED   115
 
#define CM_TRANSITION_CANCELED   116
 

Detailed Description

dox

Macro Definition Documentation

◆ CM_DB_ERROR

#define CM_DB_ERROR   104

db access error

Definition at line 591 of file midas.h.

◆ CM_DEFERRED_TRANSITION

#define CM_DEFERRED_TRANSITION   110

Definition at line 597 of file midas.h.

◆ CM_INVALID_TRANSITION

#define CM_INVALID_TRANSITION   113

Definition at line 600 of file midas.h.

◆ CM_NO_CLIENT

#define CM_NO_CLIENT   103

nobody

Definition at line 590 of file midas.h.

◆ CM_SET_ERROR

#define CM_SET_ERROR   102

set

Definition at line 589 of file midas.h.

◆ CM_SHUTDOWN

#define CM_SHUTDOWN   107

Definition at line 594 of file midas.h.

◆ CM_SUCCESS

#define CM_SUCCESS   1

Same

Definition at line 588 of file midas.h.

◆ CM_TIMEOUT

#define CM_TIMEOUT   112

Definition at line 599 of file midas.h.

◆ CM_TOO_MANY_REQUESTS

#define CM_TOO_MANY_REQUESTS   114

Definition at line 601 of file midas.h.

◆ CM_TRANSITION_CANCELED

#define CM_TRANSITION_CANCELED   116

Definition at line 603 of file midas.h.

◆ CM_TRANSITION_IN_PROGRESS

#define CM_TRANSITION_IN_PROGRESS   111

Definition at line 598 of file midas.h.

◆ CM_TRUNCATED

#define CM_TRUNCATED   115

Definition at line 602 of file midas.h.

◆ CM_UNDEF_ENVIRON

#define CM_UNDEF_ENVIRON   109

Definition at line 596 of file midas.h.

◆ CM_UNDEF_EXP

#define CM_UNDEF_EXP   105

Definition at line 592 of file midas.h.

◆ CM_VERSION_MISMATCH

#define CM_VERSION_MISMATCH   106

Definition at line 593 of file midas.h.

◆ CM_WRONG_PASSWORD

#define CM_WRONG_PASSWORD   108

Definition at line 595 of file midas.h.

◆ SUCCESS

#define SUCCESS   1

Success

Definition at line 587 of file midas.h.