![]() |
AUBO SDK
0.26.0
|
Custom exception class AuboException. More...
#include <type_def.h>


Public Member Functions | |
| AuboException (int code, const std::string &prefix, const std::string &message) noexcept | |
| AuboException (int code, const std::string &message) noexcept | |
| error_type | type () const |
| int | code () const |
| const char * | what () const noexcept override |
Private Attributes | |
| int | code_ |
| Exception code. | |
| std::string | message_ |
Custom exception class AuboException.
Definition at line 894 of file type_def.h.
|
inlinenoexcept |
Definition at line 897 of file type_def.h.
References code().

|
inlinenoexcept |
Definition at line 903 of file type_def.h.
References code().

|
inline |
Definition at line 920 of file type_def.h.
References code_.
Referenced by AuboException(), and AuboException().

|
inline |
Definition at line 908 of file type_def.h.
References code_, arcs::common_interface::invalid, arcs::common_interface::parse_error, and arcs::common_interface::server_error.
|
inlineoverridenoexcept |
Definition at line 921 of file type_def.h.
References message_.
|
private |
|
private |
Definition at line 925 of file type_def.h.
Referenced by what().