|
Octane API Client
|
Error response. More...


Go to the source code of this file.
Classes | |
| struct | octane::ErrorResponse |
| General stucture to represent the error. More... | |
Namespaces | |
| namespace | octane |
Functions | |
| error_t< ErrorResponse > | octane::makeError (std::string_view code, std::string_view reason) |
| Utility function to create error response. More... | |
| bool | octane::operator== (const ErrorResponse &a, const ErrorResponse &b) |
| std::ostream & | octane::operator<< (std::ostream &stream, const ErrorResponse &err) |
Error response.