confluence.exceptions package

Submodules

confluence.exceptions.generalerror module

exception confluence.exceptions.generalerror.ConfluenceError(path, params, response, msg=None)

Bases: exceptions.Exception

Corresponds to 400 errors on the REST API.

confluence.exceptions.permissionerror module

exception confluence.exceptions.permissionerror.ConfluencePermissionError(path, params, response)

Bases: confluence.exceptions.generalerror.ConfluenceError

Corresponds to 403 errors on the REST API.

confluence.exceptions.resourcenotfound module

exception confluence.exceptions.resourcenotfound.ConfluenceResourceNotFound(path, params, response)

Bases: confluence.exceptions.generalerror.ConfluenceError

Corresponds to 404 errors on the REST API.

confluence.exceptions.valuetoolong module

exception confluence.exceptions.valuetoolong.ConfluenceValueTooLong(path, params, response)

Bases: confluence.exceptions.generalerror.ConfluenceError

Corresponds to 413 errors on the REST API.

confluence.exceptions.versionconflict module

exception confluence.exceptions.versionconflict.ConfluenceVersionConflict(path, params, response)

Bases: confluence.exceptions.generalerror.ConfluenceError

Corresponds to 409 errors on the REST API.

Module contents

Package contains the exceptions which can be raised by the API.