Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
rpc::check::Warning Struct Reference

Warning that checks can return. More...

#include <Checkers.hpp>

Public Member Functions

 Warning (WarningCode code, std::string message)
 Construct a new Warning object.
 
bool operator== (Warning const &other) const =default
 

Public Attributes

WarningCode warningCode
 
std::string extraMessage
 

Detailed Description

Warning that checks can return.

Constructor & Destructor Documentation

◆ Warning()

rpc::check::Warning::Warning ( WarningCode code,
std::string message )
inline

Construct a new Warning object.

Parameters
codeThe warning code
messageThe warning message

The documentation for this struct was generated from the following file: