confluence.exceptions package¶
Submodules¶
confluence.exceptions.generalerror module¶
-
exception
confluence.exceptions.generalerror.ConfluenceError(path, params, response, msg=None)¶ Bases:
exceptions.ExceptionCorresponds to 400 errors on the REST API.
confluence.exceptions.permissionerror module¶
-
exception
confluence.exceptions.permissionerror.ConfluencePermissionError(path, params, response)¶ Bases:
confluence.exceptions.generalerror.ConfluenceErrorCorresponds to 403 errors on the REST API.
confluence.exceptions.resourcenotfound module¶
-
exception
confluence.exceptions.resourcenotfound.ConfluenceResourceNotFound(path, params, response)¶ Bases:
confluence.exceptions.generalerror.ConfluenceErrorCorresponds to 404 errors on the REST API.
confluence.exceptions.valuetoolong module¶
-
exception
confluence.exceptions.valuetoolong.ConfluenceValueTooLong(path, params, response)¶ Bases:
confluence.exceptions.generalerror.ConfluenceErrorCorresponds to 413 errors on the REST API.
confluence.exceptions.versionconflict module¶
-
exception
confluence.exceptions.versionconflict.ConfluenceVersionConflict(path, params, response)¶ Bases:
confluence.exceptions.generalerror.ConfluenceErrorCorresponds to 409 errors on the REST API.
Module contents¶
Package contains the exceptions which can be raised by the API.