locopy.errors module¶
Custom errors for locopy.
- exception locopy.errors.CompressionError[source]¶
Bases:
LocopyError
Raised when there is an error compressing a file.
- exception locopy.errors.CredentialsError[source]¶
Bases:
DBError
Raised when the users credentials are not provided.
- exception locopy.errors.LocopyConcatError[source]¶
Bases:
LocopyError
Raised when there is an error concatenating files.
- exception locopy.errors.LocopyIgnoreHeaderError[source]¶
Bases:
LocopyError
Raised when Multiple IGNOREHEADERS are found in copy options.
- exception locopy.errors.LocopySplitError[source]¶
Bases:
LocopyError
Raised when there is an error splitting a file.
- exception locopy.errors.S3CredentialsError[source]¶
Bases:
S3Error
Raised when there is an error with AWS credentials.
- exception locopy.errors.S3DeletionError[source]¶
Bases:
S3Error
Raised when there is an deletion error on S3.
- exception locopy.errors.S3DownloadError[source]¶
Bases:
S3Error
Raised when there is an download error to S3.