ToDo Engine result codes
ToDo Engine result codes can occur during DELETE Discovery/{guid} calls. The following result codes are available.
|
Code |
ToDoResult |
Message |
|---|---|---|
| 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 unknown 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. |