Base exception for Blink API.
More...
#include <Blink.h>
|
std::string | userMessage () const |
| Get description of error.
|
|
|
| Exception (Ref ref) |
|
| RefHolder (Ref ref, bool retain) |
|
| RefHolder (const RefHolder &holder) |
|
RefHolder & | operator= (const RefHolder &holder) |
|
void | take (Ref ref) |
|
RefHolder & | operator= (Ref ref) |
|
Ref | ref () const |
|
|
void | TranslateBlinkError (ErrorCode errorCode, ErrorRef errorRef) |
|
Base exception for Blink API.
Exception all other Blink exceptions inherit from. Can be thrown when an unknown error occurs.
The documentation for this class was generated from the following file: