VestaService exceptions module

This module documents exception types in the service architecture.

exception VestaService.service_exceptions.AnnotationsUndeliverable

Indicates that annotations could not be delivered.

exception VestaService.service_exceptions.ConfigFileNotFound

Indicates that a configuration file could not be found.

exception VestaService.service_exceptions.DownloadError

Indicates that a requested download could not be performed.

exception VestaService.service_exceptions.InvalidAnnotationFormat

Indicates that an annotations object should be of type list.

exception VestaService.service_exceptions.InvalidConfigType

Indicates that a configuration type is invalid.

exception VestaService.service_exceptions.InvalidDocumentPath

Indicates that a document cannot be found at given path.

exception VestaService.service_exceptions.InvalidDocumentType

Indicates that the Service cannot use the submitted document type.

exception VestaService.service_exceptions.MissingArgumentError

Indicates that a required argument was not supplied.

exception VestaService.service_exceptions.ServiceException

Base package exception type.

exception VestaService.service_exceptions.UploadError

Indicates that a document cannot be uploaded error.