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

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

#include <wsdb_execute.hpp>

Public Member Functions

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

Public Attributes

std::string message
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbErrorResponse"
 

Detailed Description

Error response returned when a command fails.

Definition at line 23 of file wsdb_execute.hpp.

Member Function Documentation

◆ operator==()

bool bb::wsdb::WsdbErrorResponse::operator== ( const WsdbErrorResponse ) const
default

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbErrorResponse::SERIALIZATION_FIELDS ( message  )

Member Data Documentation

◆ message

std::string bb::wsdb::WsdbErrorResponse::message

Definition at line 25 of file wsdb_execute.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbErrorResponse::MSGPACK_SCHEMA_NAME[] = "WsdbErrorResponse"
staticconstexpr

Definition at line 24 of file wsdb_execute.hpp.


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