diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2007-08-07 17:14:58 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:22:03 +0200 |
| commit | d0f1bed24b26a63e0cf1b581454900c9e43b6bcb (patch) | |
| tree | 402663c3b77c1b028c5fea576aa3a24e3547b20e /RtError.h | |
| parent | 06a8d159ecd60f6623e6a7450ea614f75742277b (diff) | |
Updates to error handling (GS).
Diffstat (limited to 'RtError.h')
| -rw-r--r-- | RtError.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ class RtError : public std::exception public: //! Defined RtError types. enum Type { + WARNING, /*!< A non-critical error. */ + DEBUG_WARNING, /*!< A non-critical error which might be useful for debugging. */ UNSPECIFIED, /*!< The default, unspecified error type. */ NO_DEVICES_FOUND, /*!< No devices found on system. */ INVALID_DEVICE, /*!< An invalid device ID was specified. */ |
