Blue Brain BioExplorer
Errors.h File Reference
Include dependency graph for Errors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 core
 

Functions

TaskRuntimeError core::LOADING_BINARY_FAILED (const std::string &error)
 

Variables

const auto core::ERROR_ID_MISSING_PARAMS = -1731
 
const auto core::ERROR_ID_UNSUPPORTED_TYPE = -1732
 
const auto core::ERROR_ID_INVALID_BINARY_RECEIVE = -1733
 
const auto core::ERROR_ID_LOADING_BINARY_FAILED = -1734
 
const TaskRuntimeError core::MISSING_PARAMS {"Missing params", ERROR_ID_MISSING_PARAMS}
 
const TaskRuntimeError core::UNSUPPORTED_TYPE {"Unsupported type", ERROR_ID_UNSUPPORTED_TYPE}
 
const TaskRuntimeError core::INVALID_BINARY_RECEIVE