Class: UU::BinaryStore::BinaryStoreRepositoryException
- Inherits:
-
Object
- Object
- UU::BinaryStore::BinaryStoreRepositoryException
- Defined in:
- lib/uu_binarystore/exceptions.rb
Overview
Exception raised by operations and validations on BinaryRepository
Constant Summary
- E001 =
Invalid input parameters - some parameter is not valid
'UU.BINARYSTORE.BINARYSTORE_REPOSITORY/E001-INVALID_BINARY_STORE_ATTRIBUTES'
- E002 =
Connection is unavailable - Can't connect to given mongodb repository.
'UU.BINARYSTORE.BINARYSTORE_REPOSITORY/E002-CONNECTION_FAILURE'
- E003 =
Some mandatory atribute is missing
'UU.BINARYSTORE.BINARYSTORE_REPOSITORY/E003-MANDATORY_ATTRIBUTE_MISSING'
- E004 =
Given uri is not valid uuBinaryStore Repository
'UU.BINARYSTORE.BINARYSTORE_REPOSITORY/E004-INVALID_REPOSITORY'
- E005 =
Given repository is not empty - could not be deleted
'UU.BINARYSTORE.BINARYSTORE_REPOSITORY/E005-REPOSITORY_NOT_EMPTY'
- E006 =
The repository max size is too low (lower than the current size or lower than the allocated size of the binaryStores)
'UU.BINARYSTORE.BINARYSTORE_REPOSITORY/E006-INVALID_MAX_SIZE'
- E007 =
Repository is full - given file could not be saved.
'UU.BINARYSTORE.BINARYSTORE_REPOSITORY/E007-MAX_SIZE_EXCEEDED'