summaryrefslogtreecommitdiff
path: root/RtError.h
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2007-08-07 17:14:58 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:22:03 +0200
commitd0f1bed24b26a63e0cf1b581454900c9e43b6bcb (patch)
tree402663c3b77c1b028c5fea576aa3a24e3547b20e /RtError.h
parent06a8d159ecd60f6623e6a7450ea614f75742277b (diff)
Updates to error handling (GS).
Diffstat (limited to 'RtError.h')
-rw-r--r--RtError.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/RtError.h b/RtError.h
index 4c4f3c4..ac5c414 100644
--- a/RtError.h
+++ b/RtError.h
@@ -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. */