ibex.data_source.exception

Exceptions used by IBEX

Exceptions

CannotGenerateUriException(message[, code])

Raised when IBEX cannot convert path to URI

DifferentTypesException(message[, code])

Raised when requested multiple values are not the same type

EntryNotFoundException(message[, code])

Raised when requested DBEntry cannot be opened

IbexException(message[, code])

IBEX specific exception.

IdsNotFoundException(message[, code])

Raised when requested IDS cannot be found

InvalidParametersException(message[, code])

Raised when parameters passed to endpoint are invalid.

NoDataException(message[, code])

Raised when returned data is empty (contains lists of empty lists)

NodeNotFoundException(message[, code])

Raised when requested data-node cannot be found

NotALeafNodeException(message[, code])

Raised when user tries to retrieve data of non-leaf node

NotAnArrayException(message[, code])

Raised when requested data-node is not an array, but it should be (when getting array summary)

ResultTooLongException(message[, code])

Raised when generated result is too long be useful