500-Errors

500101: HTTP_INTERNAL_SERVER_ERROR The server encountered an unexpected error.
Note: This is a generic error message when no specific message is suitable

Continue Reading

431-Errors

431101: HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE The request could not be completed due to a conflict with the current state of the resource.
OlyCash could not process the request because its header fields are too large.

Continue Reading

429-Errors

429101: HTTP_TOO_MANY_REQUESTS The request could not be completed due to a conflict with the current state of the resource.
OlyCash could not process the request due to too many requests to the server in a given time.

Continue Reading

428-Errors

428101: HTTP_PRECONDITION_REQUIRED The request could not be completed due to a conflict with the current state of the resource.
OlyCash could not process the request because the origin server requires the request to be conditional.

Continue Reading

426-Errors

426101: HTTP_UPGRADE_REQUIRED The request could not be completed due to a conflict with the current state of the resource.
OlyCash could not process the request because the server cannot perform request using current request protocol therefore requires an upgrade to a different protocol.

Continue Reading