| Exception | Description |
|---|---|
| ChecksumAlgorithmNotSupportedException |
Exception thrown when the client sends a request for a checksum algorithm we do not support
|
| InvalidContentLengthException | |
| InvalidContentTypeException |
Exception thrown when the request has an invalid content type.
|
| InvalidPartialUploadIdException |
Exception thrown when the Upload-Concat header contains an ID which is not valid
|
| InvalidTusResumableException |
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.
|
| InvalidUploadLengthException |
Exception thrown when no valid Upload-Length or Upload-Defer-Length header is found
|
| InvalidUploadOffsetException | |
| MaxUploadLengthExceededException |
Exception thrown when the given upload length exceeds or internally defined maximum
|
| PatchOnFinalUploadNotAllowedException |
The Server MUST respond with the 403 Forbidden status to PATCH requests against a upload URL
|
| PostOnInvalidRequestURIException |
Exception thrown when a POST request was received on an invalid URI
|
| TusException |
Super class for exception in the tus protocol
|
| UnsupportedMethodException |
Exception thrown when we receive a HTTP request with a method name that we do not support
|
| UploadAlreadyLockedException | |
| UploadChecksumMismatchException |
Exception thrown when the client provided checksum does not match the checksum calculated by the server
|
| UploadInProgressException |
Exception thrown when accessing an upload that is still in progress and this
is not supported by the operation
|
| UploadLengthNotAllowedOnConcatenationException |
Exception thrown when the Client includes the Upload-Length header in the upload creation.
|
| UploadNotFoundException |
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.
|
| UploadOffsetMismatchException |
If the offsets do not match, the Server MUST respond with the
409 Conflict status without modifying the upload resource.
|
Copyright © 2019. All rights reserved.