Package com.io7m.sunburst.error_codes
Class SBErrorCodesStandard
java.lang.Object
com.io7m.sunburst.error_codes.SBErrorCodesStandard
Standard error codes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SBErrorCodeA blob cannot be deleted while a package refers to it.static final SBErrorCodeOne or more errors occurred whilst closing resources.static final SBErrorCodeThere was a database error.static final SBErrorCodeThere was a database error caused by Trasco.static final SBErrorCodeA hash value did not match the expected value.static final SBErrorCodeAn I/O error occurred.static final SBErrorCodeA package already exists.static final SBErrorCodeA package refers to blobs that are not in the database.static final SBErrorCodeNo blob is associated with the given path.static final SBErrorCodeAn import is missing for a peer.static final SBErrorCodeA peer is misconfigured.static final SBErrorCodeA peer is missing. -
Method Summary
-
Field Details
-
ERROR_IO
An I/O error occurred. -
ERROR_CLOSING
One or more errors occurred whilst closing resources. -
ERROR_DATABASE
There was a database error. -
ERROR_DATABASE_TRASCO
There was a database error caused by Trasco. -
ERROR_HASH_MISMATCH
A hash value did not match the expected value. -
ERROR_PACKAGE_MISSING_BLOBS
A package refers to blobs that are not in the database. -
ERROR_PACKAGE_DUPLICATE
A package already exists. -
ERROR_BLOB_REFERENCED
A blob cannot be deleted while a package refers to it. -
ERROR_PATH_NONEXISTENT
No blob is associated with the given path. -
ERROR_PEER_IMPORT_MISSING
An import is missing for a peer. -
ERROR_PEER_MISSING
A peer is missing. -
ERROR_PEER_MISCONFIGURED
A peer is misconfigured.
-