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

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

#include <bbapi_shared.hpp>

Public Member Functions

 MSGPACK_FIELDS (message)
 
bool operator== (const ErrorResponse &) const =default
 

Public Attributes

std::string message
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "ErrorResponse"
 

Detailed Description

Error response returned when a command fails.

Definition at line 166 of file bbapi_shared.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::bbapi::ErrorResponse::MSGPACK_FIELDS ( message  )

◆ operator==()

bool bb::bbapi::ErrorResponse::operator== ( const ErrorResponse ) const
default

Member Data Documentation

◆ message

std::string bb::bbapi::ErrorResponse::message

Definition at line 168 of file bbapi_shared.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::ErrorResponse::MSGPACK_SCHEMA_NAME[] = "ErrorResponse"
staticconstexpr

Definition at line 167 of file bbapi_shared.hpp.


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