Click or drag to resize

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
Members
  Member nameValueDescription
ParameterMissing100 PARAMETER_MISSING
InvalidKey101 INVALID_KEY
ActionComplete200 ACTION_COMPLETE
ShowErrorMessage201 SHOW_ERROR_MESSAGE
ErrorInExecution404 ERROR_IN_EXECUTION
See Also