teqp 0.22.0
Loading...
Searching...
No Matches
teqp::JSONValidationError Class Reference

Validation of a JSON schema failed. More...

#include <exceptions.hpp>

Inheritance diagram for teqp::JSONValidationError:
teqp::teqpException

Public Member Functions

 JSONValidationError (const std::vector< std::string > &errors)
 
- Public Member Functions inherited from teqp::teqpException
const char * what () const noexcept override
 

Additional Inherited Members

- Protected Member Functions inherited from teqp::teqpException
 teqpException (int code, const std::string &msg)
 
- Protected Attributes inherited from teqp::teqpException
const int code
 
const std::string msg
 

Detailed Description

Validation of a JSON schema failed.

Definition at line 51 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ JSONValidationError()

teqp::JSONValidationError::JSONValidationError ( const std::vector< std::string > & errors)
inline

Definition at line 63 of file exceptions.hpp.


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