Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::cdb::CdbErrorResponse Struct Reference

Error response returned when a command fails. More...

#include <cdb_execute.hpp>

Public Member Functions

 SERIALIZATION_FIELDS (message)
 
bool operator== (const CdbErrorResponse &) const =default
 

Public Attributes

std::string message
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "CdbErrorResponse"
 

Detailed Description

Error response returned when a command fails.

Definition at line 15 of file cdb_execute.hpp.

Member Function Documentation

◆ operator==()

bool bb::cdb::CdbErrorResponse::operator== ( const CdbErrorResponse ) const
default

◆ SERIALIZATION_FIELDS()

bb::cdb::CdbErrorResponse::SERIALIZATION_FIELDS ( message  )

Member Data Documentation

◆ message

std::string bb::cdb::CdbErrorResponse::message

Definition at line 17 of file cdb_execute.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::cdb::CdbErrorResponse::MSGPACK_SCHEMA_NAME[] = "CdbErrorResponse"
staticconstexpr

Definition at line 16 of file cdb_execute.hpp.


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