Cpp TEAdmin and TEAgent Error Messages
General Errors
| Code | Message |
|---|---|
| ERR_GEN_UNEXPECTED | Unexpected error. |
| ERR_GEN_EMPTY_BUFFER | Empty buffer. |
| ERR_GEN_SYSTEM | System error. |
| ERR_CRYPTO_ENCRYPT | Error encryption data. |
| ERR_CRYPTO_DECRYPT | Error decryption data. |
| ERR_CRYPTO_PROCESS | Error processing data. |
| ERR_CRYPTO_HASH | Error hashing data. |
| ERR_CRYPTO_PKCS5VER | Invalid PKCS5 version |
| ERR_NULL_HIDDENLINK | T-tag cannot be null or empty. |
| ERR_MIN_CHUNK_SIZE | Chunk size is too small. |
| ERR_CMD_EXE | Command execution error. |
| ERR_NO_OBJ_RET | No object returned. |
| ERR_INVALID_TYPE | Invalid type. |
| ERR_EMPTY_PASSWD | Null or empty password. |
| ERR_EMPTY_VERSION_INFO | No version information. |
| ERR_INCONSISTAND | inconsistant number of objects returned |
| ERR_UNSUPPORTED_TYPE | Unsupported type. |
| ERR_CLONE | Clone error. |
| ERR_NO_CERT_ISSUED | No certificate issued |
| ERR_INCONSISTANT_SIZE | Inconsistent size. |
| ERR_INVALID_RET_HL | Invalid returned T-tag |
| ERR_CONT_INVALID_IDX | Invalid index. |
Connection and Authentication Errors
| Code | Message |
|---|---|
| ERR_COMM_TYPE | Wrong connection type. |
| ERR_COMM_HANDLE | Wrong connection handle. |
| ERR_CONN_OPEN | Error opening connection. |
| ERR_COMM_FLUSH | Error flushing connection. |
| ERR_NO_CONNECTION | No connection. |
| ERR_CONN_CLOSE | Error closing connection. |
| ERR_CONN_GET_HNDL | Error getting connection handle. |
| ERR_CONN_CRE_INST | Error creating connection instance. |
| ERR_CONN_GET_INSTANCE | Error getting connection instance. |
| ERR_CONN_CRE_INSTANCE | Error creating connection instance. |
| ERR_ATTACH_CONN | Error attaching connection. |
| ERR_DETACH_CONN | Error detaching connection. |
| ERR_CONN_NULL | Null connection. |
| ERR_WRONG_SIZE | Wrong connection pool size. |
| ERR_COMM_AUTHENTIC | Authentication error. |
| ERR_AUTH_CTX_TYPE | Wrong authentication context type. |
| ERR_ZERO_DATA | No data returned from server. |
Matrix Errors
| Code | Message |
|---|---|
| ERR_MTX_METHOD | Method error. |
| ERR_MTX_GET_CELL_HASH | Error getting element's hash value. |
| ERR_MTX_CLONE | Clone error. |
| ERR_MTX_INVALID_HASH_COL | Invalid hash column. |
| ERR_MTX_MISMATCHCOL_SALT | Column numbers mismatched. |
ACL Function Errors
| Code | Message |
|---|---|
| ERR_ACLINFO_GETENTS | Error getting ACL entries. |
| ERR_ACLINFO_CLEARENT | Error clearing ACL entries. |
| ERR_ACLINFO_ADDENT | Error adding ACL entries. |
| ERR_ACLINFO_IDX | Operator error. |
| ERR_ACLINFO_REMOVEENT | Error removing ACL entry. |
| ERR_ACL_UPD_CD | Wrong update code. |
Principal Function Errors
| Code | Message |
|---|---|
| ERR_GET_PRINCIPAL_NAME | Error getting principal name. |
User Function Errors
| Code | Message |
|---|---|
| ERR_CONST_USER | Error constructing user object. |
| ERR_SET_PASSWD | Error setting password. |
| ERR_SET_USER_NAME | Error setting username. |
| ERR_GET_USER_NAME | Error getting username. |
Group Function Errors
| Code | Message |
|---|---|
| ERR_GROUP_CONST | Error constructing group object. |
| ERR_GROUP_SET_NAME | Error setting group name. |
| ERR_GROUP_GET_NAME | Error getting group name. |
| ERR_GROUP_CLONE | Error cloning group. |
| ERR_GROUP_PCOUNT | Error getting principal count. |
| ERR_GROUP_GET_PID | Error getting all principal IDs. |
| ERR_GROUP_ADD_PID | Error adding principal ID to group. |
| ERR_GROUP_RM_PID | Error removing principal ID from group. |
Transport Principal Function Errors
| Code | Message |
|---|---|
| ERR_CONST_TRANS | Error constructing transport principal object. |
| ERR_SET_CERTID | Error setting certificate ID. |
| ERR_GET_CERTID | Error getting certificate ID. |
| ERR_SET_CERT | Error setting certificate. |
| ERR_GET_CERT | Error getting certificate. |
| ERR_GEN_PKCSR | Error generating private key and CSR. |
| ERR_GET_SUBJECT | Error getting subject. |
| ERR_SET_SUBJECT | Error setting subject. |
| ERR_PRINCIPAL_CNT | Error getting principal count. |
| ERR_GET_PRINCIPAL | Error getting principals. |
| ERR_ADD_PRINCIPAL | Error adding principals. |
| ERR_RM_PRINCIPAL | Error removing principals. |
| ERR_CLR_PRINCIPAL | Error clearing principals. |
Role Function Errors
| Code | Message |
|---|---|
| ERR_CONST_ROLE | Error constructing role object. |
| ERR_SET_ROLEID | Error setting role ID. |
| ERR_GET_ROLEID | Error getting role ID. |
| ERR_SET_ROLENAME | Error setting role name. |
| ERR_GET_ROLENAME | Error getting role name. |
| ERR_SET_ROLETYPE | Error setting role type. |
| ERR_GET_ROLETYPE | Error getting role type. |
| ERR_IS_BUILTIN | Error checking role type. |
| ERR_OP_NUM | Error getting operation number. |
| ERR_GET_OPS | Error getting all operation IDs. |
| ERR_ADD_OP | Error adding operation. |
| ERR_RM_OP | Error removing operation. |
Operation Function Errors
| Code | Message |
|---|---|
| ERR_CONST_OP | Error constructing operation object. |
| ERR_SET_OPID | Error setting operation ID. |
| ERR_GET_OPID | Error getting operation ID. |
| ERR_SET_OPNAME | Error setting operation name. |
| ERR_GET_OPNAME | Error getting operation name. |
Windows Principal Function Errors
| Code | Message |
|---|---|
| ERR_CONST_WINUSER | Error constructing Windows principal object. |
| ERR_SET_WINUSER_NAME | Error setting Windows principal name. |
| ERR_GET_WINUSER_NAME | Error getting Windows principal name. |
CertObjectInfo Function Errors
| Code | Message |
|---|---|
| ERR_CONST_CO | Error constructing certificate principal object. |
| ERR_SET_COCERTID | Error setting certificate ID. |
| ERR_GET_COCERTID | Error getting certificate ID. |
| ERR_SET_COCERT | Error setting certificate. |
| ERR_GET_COCERT | Error getting certificate. |
| ERR_SET_COSUBNAME | Error setting certificate subject name. |
| ERR_GET_COSUBNAME | Error getting certificate subject name. |
| ERR_SET_COEFFDATE | Error setting certificate effective date. |
| ERR_GET_COEFFDATE | Error getting certificate effective date. |
| ERR_SET_COEXPDATE | Error setting certificate expiration date. |
| ERR_GET_COEXPDATE | Error getting certificate expiration date. |
| ERR_SET_COSN | Error setting certificate serial number. |
| ERR_GET_COSN | Error getting certificate serial number. |
| ERR_SET_COISSUNAME | Error setting certificate issuer name. |
| ERR_GET_COISSUNAME | Error getting certificate issuer name. |
| ERR_SET_COPKHASH | Error setting public key hash. |
| ERR_GET_COPKHASH | Error getting public key hash. |
| ERR_SET_COSTATUS | Error setting certificate status. |
| ERR_GET_COSTATUS | Error getting certificate status. |
| ERR_SET_COTYPE | Error setting certificate type. |
| ERR_GET_COTYPE | Error getting certificate type. |
Trusted Server Function Errors
| Code | Message |
|---|---|
| ERR_CONST_TS | Error constructing Trusted Server object. |
| ERR_SET_TSSVRNAME | Error setting Trusted Server name. |
| ERR_GET_TSSVRNAME | Error getting Trusted Server name. |
| ERR_SET_TSPORT | Error setting Trusted Server port. |
| ERR_GET_TSPORT | Error getting Trusted Server port. |
| ERR_SET_TSPID | Error setting Trusted Server principal ID. |
| ERR_GET_TSPID | Error getting Trusted Server principal ID. |
| ERR_SET_TSSID | Error setting Trusted Server system ID. |
| ERR_GET_TSSID | Error getting Trusted Server system ID. |
| ERR_SET_TSDESC | Error setting Trusted Server description. |
| ERR_GET_TSDESC | Error getting Trusted Server description. |
| ERR_SET_TSFRDNAME | Error setting Trusted Server friendly name. |
| ERR_GET_TSFRDNAME | Error getting Trusted Server friendly name. |
| ERR_SET_TSCERT | Error setting Trusted Server certificate object. |
| ERR_GET_TSCERT | Error getting Trusted Server certificate object. |
| ERR_SET_TSTRANS | Error setting Trusted Server transport principal. |
| ERR_GET_TSTRANS | Error getting Trusted Server transport principal. |
Message Principal Function Errors
| Code | Message |
|---|---|
| ERR_CONST_MSGPRINCIPAL | Error constructing message principal object. |
| ERR_SET_MSGPRINCIPAL_CODE | Error setting message principal code. |
| ERR_GET_MSGPRINCIPAL_CODE | Error getting message principal code. |
| ERR_SET_MSGPRINCIPAL_MESSAGE | Error setting message principal message. |
| ERR_GET_MSGPRINCIPAL_MESSAGE | Error getting message principal message. |