Go to the source code of this file.
Defines |
| #define | COMMON_ERROR(name, code, message) Common::ErrorData name(ERROR_CODE(Common::MODULE_COMMON, code), message) |
| | Common errors definitions GNU LGPL.
|
Functions |
| | COMMON_ERROR (InvalidValueType, 1,"Invalid value type '%1%'.") |
| | COMMON_ERROR (UnsupportedFeature, 2,"Unsupported.") |
| | COMMON_ERROR (NotImplemented, 3,"Not implemented.") |
| | COMMON_ERROR (StdException, 4,"Standard exception '%1%'.") |
| | COMMON_ERROR (CannotParseUri, 5,"Cannot parse uri '%1%'.") |
| | COMMON_ERROR (FailedToStartAddons, 6,"Cannot start addons.") |
Define Documentation
Function Documentation