![]() |
Home | Libraries | People | FAQ | More |
Retrieves the contained error code.
error_code
error() const noexcept;
If *this
contains an error, retrieves it. Otherwise (if this->has_statement() || this->has_results()
), returns an empty (default-constructed)
error code.
No-throw guarantee.