mrdocs::Error

Holds the description of an error, or success.

Synopsis

Declared in <mrdocs/Support/Error.hpp>
class Error final

Member Functions

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.

Friends

|===
Name Description
swap

Non-Member Functions

Name Description
formatErrorReturn a formatted error.

Created with MrDocs