|
Bifrost SDK
Bifrost SDK documentation
|
This class contains an error code and an informative text description of an error. More...
#include <Validator.h>
Public Member Functions | |
| operator bool () const | |
| Treat the status as a bool. More... | |
| Status () | |
| Status (GeoValidator::ErrorCode code, Amino::String desc) | |
Public Attributes | |
| GeoValidator::ErrorCode | m_code |
| Amino::String | m_desc |
This class contains an error code and an informative text description of an error.
Definition at line 52 of file Validator.h.
| Bifrost::Geometry::GeoValidator::Status::Status | ( | ) |
| Bifrost::Geometry::GeoValidator::Status::Status | ( | GeoValidator::ErrorCode | code, |
| Amino::String | desc | ||
| ) |
| Bifrost::Geometry::GeoValidator::Status::operator bool | ( | ) | const |
Treat the status as a bool.
| GeoValidator::ErrorCode Bifrost::Geometry::GeoValidator::Status::m_code |
Definition at line 61 of file Validator.h.
| Amino::String Bifrost::Geometry::GeoValidator::Status::m_desc |
Definition at line 62 of file Validator.h.