| Interface | Description | 
|---|---|
| ErrorCode | 
 ErrorCode is marker interface to mark all ErrorCode enumerations used in parent
 RuntimeExceptions. 
 | 
| Enum | Description | 
|---|---|
| UESRuntimeException.E05100 | 
 Default error code for exceptions. 
 | 
| UnexpectedRTException.E05101 | 
 Error codes of UnexpectedRTException. 
 | 
| UnsupportedOperationRTException.E05103 | 
| Exception | Description | 
|---|---|
| UESApplicationRTException | 
 UESApplicationRTException is root of all exceptions caused in implementation based on UES Platform (typically
 implementation of UES Command). 
 | 
| UESPlatformRTException | 
 UESPlatformRTException is root of all exception caused (or handled) directly by UES platform. 
 | 
| UESRuntimeException | 
 UESRuntimeException is a root of all exceptions thrown from code based on
 Unicorn ES platform. 
 | 
| UESSystemRTException | 
 UESSystemRTException is root of all exceptions caused by UES platform or thirdparty libraries. 
 | 
| UnexpectedRTException | 
 UnexpectedRTException is exception used for wrapping of exceptions caused by usage of thirdparty libraries
 which are not properly handled in implementation. 
 | 
| UnsupportedOperationRTException | 
 UnsupportedOperationRTException - this exception indicates unsupported operation. 
 |