Here are the details of HTTP Failure Response within Fonoa API. Request errors are returned with HTTP status codes starting with 4xx
and servers are starting with 5xx
. Below is a partial list of responses.
HTTP Result | Result | Description |
---|---|---|
| Failure | The request was invalid due to invalid model validation. Developers are advised to check the response body message field for validation error messages. |
| Denied | The request was not processed because the authorization credentials were not valid or acceptable for this resource. |
| Failure | Payment details must be set before this action can be taken. |
| Denied | The request was not processed because the authorization credentials do not allow access to the requested resource. |
| Not Found | The resource you attempted to access is invalid. |
| Disabled | The request method is known by the server but has been disabled and cannot be used. |
| Not Acceptable | The input is not acceptable for this resource or for the field it was supplied with. |
| Timeout | The request timed out internally. Re-attempt the request. |
| Conflict | The request was rejected because of conflicting data or because it exceeded an internal limit. |
| Invalid | The request URI or headers exceeded the maximum length supported by the server. |
| Denied | The request may be valid but too many requests are being made. Slow down. |
| Temporarily Denied | The requested resource is locked temporarily. You should check the status of pending jobs. |
| Error | The request has failed internally and may be partially completed. These should be generated very infrequently. |
| Error | There is an internal outage in our stack. |