utils.rcclient.exceptions.exceptions

Module Contents

exception utils.rcclient.exceptions.exceptions.Error(msg)

Bases: Exception

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.TemplateInputValidationError(msg=None)

Bases: Error

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.InvalidFieldError(msg=None)

Bases: Error

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.TemplateInputCompilationFailed(msg=None)

Bases: Exception

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.BadTemplateException(res, msg=None)

Bases: Exception

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.APIException(res=None)

Bases: Exception

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.BadInputException(res, msg=None)

Bases: APIException

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.RecordAlreadyExists(res, msg=None)

Bases: APIException

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.ServerError(res, msg=None)

Bases: APIException

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.EntityValidationError(msg=None)

Bases: Error

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.ArgumentError(msg=None)

Bases: Error

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.DeprecatedException(msg=None)

Bases: Exception

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.InvalidCustomEnvRequirements(msg=None)

Bases: Error

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.InvalidFileExtention(msg=None)

Bases: Error

Common base class for all non-exit exceptions.

exception utils.rcclient.exceptions.exceptions.AppGenerationFailed(msg=None)

Bases: Error

Common base class for all non-exit exceptions.