|
prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
|
A validation failure: a machine code plus a human message. More...
#include <error.hpp>

Public Member Functions | |
| bool | operator== (const Error &) const =default |
Public Attributes | |
| ErrorCode | code |
| Machine-readable reason. | |
| std::string | message |
| Context (e.g. the offending name). | |
A validation failure: a machine code plus a human message.
|
default |
| ErrorCode prom::Error::code |
Machine-readable reason.
| std::string prom::Error::message |
Context (e.g. the offending name).