Certificates WorkToDo result codes
Here is a list of ToDoDriverResults that can appear in the response to Certificates API calls.
Code |
ToDoDriver Result |
Description |
---|---|---|
0 |
Success |
Operation completed successfully. |
1 |
MissingDSN |
No connection information was found. |
2 |
MissingDatabaseName |
The connection information does not define the database name. |
99 |
UnexpectedAssemblyError |
An unexpected error occurred. |
100 |
DatabaseError |
An error occurred. |
101 |
DatabaseConnectionUnavailable |
No connection was available. |
102 |
TransactionError |
A transaction error occurred during a write operation. |
103 |
TransactionCollision |
An existing write operation is already in progress. |
200 |
InsufficientPrivileges |
The consumer does not have sufficient privileges to perform the operation. |
300 |
IdentifierDoesNotExist |
The implementation specific identifier does not exist. |
301 |
IdentifierAlreadyExists |
The implementation specific identifier already exits. |