Definition in file rc_report.cpp.
Go to the source code of this file.
Namespaces | |
namespace | ReChannel |
Variables | |
const char | RC_ID_INTERNAL_ERROR_ [] |
Error message if an internal error occurs. | |
const char | RC_ID_UNKNOWN_ERROR_ [] |
Error message if an unknown error occurs. | |
const char | RC_ID_NOT_IMPLEMENTED_ [] |
Error message if a specific feature is not implemented. | |
const char | RC_ID_OUT_OF_BOUNDS_ [] |
Error message if index is out of bounds. | |
const char | RC_ID_NULL_POINTER_ [] |
Error message if a null pointer is given. | |
const char | RC_ID_INVALID_USAGE_ [] |
Error message if a class/function is not used as intended. | |
const char | RC_ID_DUPLICATE_ENTRY_ [] |
Error message if a entry exists twice. | |
const char | RC_ID_ASSERTION_FAILED_ [] |
Error message if a runtime assertion failed. |