Package me.desair.tus.server.exception
package me.desair.tus.server.exception
-
ClassDescriptionException thrown when the client sends a request for a checksum algorithm we do not supportException thrown when the request has an invalid content type.Exception thrown when the Upload-Concat header contains an ID which is not valid.Exception thrown when receiving a request with a tus protocol version we do not support
The Tus-Resumable header MUST be included in every request and response except for OPTIONS requests.Exception thrown when no valid Upload-Length or Upload-Defer-Length header is foundException thrown when the given upload length exceeds or internally defined maximumThe Server MUST respond with the 403 Forbidden status to PATCH requests against a upload URLException thrown when a POST request was received on an invalid URISuper class for exception in the tus protocolException thrown when we receive a HTTP request with a method name that we do not supportException thrown when the client provided checksum does not match the checksum calculated by the serverException thrown when accessing an upload that is still in progress and this is not supported by the operationException thrown when the Client includes the Upload-Length header in the upload creation.Exception thrown when the given upload ID was not found
If the resource is not found, the Server SHOULD return either the 404 Not Found, 410 Gone or 403 Forbidden status without the Upload-Offset header.If the offsets do not match, the Server MUST respond with the 409 Conflict status without modifying the upload resource.