All Downloads are FREE. Search and download functionalities are using the official Maven repository.

opwizard.dropwizard-core.0.1.0.source-code.HttpErrorMessages.properties Maven / Gradle / Ivy

# HTTP Error Messages
# {0} = request method

# OK
200=

# Bad Request
400=Your HTTP client sent a request that this server could not understand.

# Unauthorized
401=This server could not verify that you are authorized to access this resource.\
    \n\
    You either supplied the wrong credentials (e.g., bad password), or your HTTP client doesn't \
    understand how to supply the required credentials.

# Forbidden
403=You don't have permission to access the requested resource.

# Not Found
404=The requested resource could not be found on this server.

# Method Not Allowed
405=The {0} method is not allowed for the requested resource.

# Not Acceptable
406=The resource identified by the request is only capable of generating response entities which \
    have content characteristics not acceptable according to the accept headers sent in the request.

# Request Timeout
408=The server closed the network connection because your HTTP client didn't finish the request \
    within the specified time.

# Conflict
409=The request could not be completed due to a conflict with the current state of the resource.

# Gone
410=The requested resource used to exist but no longer does.

# Length Required
411=A request with the {0} method requires a valid Content-Length header.

# Precondition Failed
412=The precondition on the request for the resource failed positive evaluation.

# Request Entity Too Large
413=The {0} method does not allow the data transmitted, or the data volume exceeds the capacity \
    limit.

# Request URI Too Long
414=The length of the requested URL exceeds the capacity limit for this server. The request cannot \
    be processed.

# Unsupported Media Type
415=The server does not support the media type transmitted in the request.

# Requested Range Not Satisfiable
416=The server cannot serve the requested byte range.

# Expectation Failed
417=The server could not meet the expectation given in the Expect request header.

# Internal Server Error
500=The server encountered an internal error and was unable to complete your request.

# Service Unavailable
503=The server is temporarily unable to service your request due to maintenance downtime or \
    capacity problems. Please try again later.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy