WPILibC++
2019.1.1-beta-4-15-g8ac4b11
|
#include <Error.h>
Public Member Functions | |
Error (int err) | |
operator bool () const | |
Boolean conversion. More... | |
int | code () const |
Returns the error code. | |
const char * | str () const |
Returns the error message. | |
const char * | name () const |
Returns the error name. | |
Error code.
|
inlineexplicit |
Boolean conversion.
Returns true if error, false if ok.