WSGIkit Errors

Errors raised by wsgikit.HttpRequequest

class wsgikit.HttpRequestError

Base error class for wsgikit.HttpRequest object

class wsgikit.MaxFilesError

Raised if the limit of max allowed files to upload reached

class wsgikit.MaxFileSizeError

Raised if one of the uploaded file exceeded max file size limit

class wsgikit.MaxBodySizeError

Raised if data in request body (excluding files) exceeded allowed limit of bytes

class wsgikit.FilesUploadError

Raised if files upload was disabled but the request contains the files in the body

class wsgikit.FileSaveError

Raised if an error occured during an attemt to save the uploaded file in a temporary location

Errors raised by wsgikit.FileUploader

class wsgikit.FileUploaderError

Base error class for wsgikit.FileUploader object

class wsgikit.FileOverwriteError

Raised if during the file move there is already file existing with the same name and overwriting was disabled

class wsgikit.UploadedFileSaveError

Raised id during the save uploaded file an error occured

class wsgikit.MoveError

Raised when uploaded file move() was called with invalid arguments

class wsgikit.MoveDestinationError

Raised when given destination to move uploaded files does not exist

Table Of Contents

Previous topic

wsgikit.PrettyDict

This Page