...
Some faults are particular to certain calls, while others are more general faults that can occur on any call. For example, status code 100 for an access is denied due to invalid credentials.
0xx : Success Status Code | Message |
000 | Success: The request was successfully fulfilled by the server; the service returned results of the operation. |
001 | Success: The request was successfully fulfilled by the server; no results were returned by the service. |
1xx : Authorization Error Status Code | Message |
100 | Unauthorized: Access is denied due to invalid credentials. |
101 | License Error: You do not have an appropriate license to use any service. |
2xx : Operation Access Error Status Code | Message |
200 | Invocation Error: The operation definition for the requested service was not found. |
201 | Invocation Error: The requested service operation has been disabled. |
3xx : Operation Pre-processing Error Status Code | Message |
300 | Execution Error: An unexpected error occurred during data-transformation of the request parameters passed during invocation of the web service: { 0} .{ 1} . |
301 | Execution Error: An unexpected error occurred during data-validation of the request parameters passed during invocation of the web service: { 0} .{ 1} . |
4xx : End-point Execution Error Status Code | Message |
400 | Execution Error: An un-handled exception occurred within the service endpoint (provider) during execution of the requested service. |
401 | Execution Error: Some errors were captured by the service endpoint (provider) during execution of the requested service. |
402 | Execution Error: An unexpected error occurred when rendering the service response in the requested format. |
403 | Execution Error: An unexpected error occurred while processing the requested service. |