204-Errors

204101: HTTP_NO_CONTENT The server successfully processed the request, though no content is returned.
OlyCash says the server has successfully fulfilled the request and that there is no additional content to send in the response payload body

Continue Reading

203-Errors

203101: HTTP_NON_AUTHORITATIVE_INFORMATION The server successfully created a new resource.
OlyCash says the request was successful but the enclosed payload has been modified from that of the origin server's 200 OK response by a transforming proxy

Continue Reading

202-Errors

202101: HTTP_ACCEPTED The request has been accepted for processing.
OlyCash says the request has been accepted for processing but the processing has not yet been completed.

Continue Reading

201-Errors

201101: HTTP_CREATED The server successfully created a new resource.
OlyCash says the request was processed successfully and the new resource has been created.

Continue Reading

200-Errors

200101: HTTP_OK Success.
The request has succeeded.

Continue Reading