TookanReturnCode Enumeration |
When something is wrong with a request, the API will respond with a non-200 status code in the response.
To help you better understand the problem, where possible,
the API overloads a number of different error codes so your application logic has as much visibility as possible into what has gone wrong.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public enum TookanReturnCode
Public Enumeration TookanReturnCode
Members
| Member name | Value | Description |
---|
| ParameterMissing | 100 |
PARAMETER_MISSING
|
| InvalidKey | 101 |
INVALID_KEY
|
| ActionComplete | 200 |
ACTION_COMPLETE
|
| ShowErrorMessage | 201 |
SHOW_ERROR_MESSAGE
|
| ErrorInExecution | 404 |
ERROR_IN_EXECUTION
|
See Also