maf-gears-sys
Errors
HTTP Errors:
| Error Type | HTTP Status Code | Description |
|---|---|---|
| HTTP:BAD_REQUEST | 400 | Used to indicate non-specific failure. The request could not be understood by the server. Client SHOULD NOT repeat the request without modifications. This includes errors when ServiceType or id is not formatted correctly, or they do not exist. |
| HTTP:UNAUTHORIZED | 401 | Unauthorized: Used when there is a problem with the client's credentials. |
| HTTP:NOT_FOUND | 404 | Not Found: Used when a client's provided URI cannot be mapped to a resource URI. |
| HTTP:METHOD_NOT_ALLOWED | 405 | Method Not Allowed: Used when a client uses an HTTP method other than GET. |