Holds the description of an error, or success.
<mrdocs/Support/Error.hpp>
class Error final
Name | Description |
---|---|
Error [constructor] | Constructor. |
operator= | Assignment operators |
Throw | Throw overloads |
failed | Return true if this holds an error. |
location | Return the source location. |
message | Return the error string. |
reason | Return the reason string. |
swap | |
where | Return the location string. |
operator bool | Return true if this holds an error. |
operator== | Return true if this equals rhs. |
Name | Description |
---|---|
swap |
Name | Description |
---|---|
formatError | Return a formatted error. |