confluence.exceptions package

Submodules

confluence.exceptions.generalerror module

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

Bases: exceptions.Exception

This exception corresponds to 413 errors on the REST API.

confluence.exceptions.permissionerror module

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

Bases: confluence.exceptions.generalerror.ConfluenceError

This exception 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

This exception 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

This exception 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

This exception corresponds to 409 errors on the REST API.

Module contents