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

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

#include <avm_execute.hpp>

Public Member Functions

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

Public Attributes

std::string message
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "AvmErrorResponse"
 

Detailed Description

Error response returned when a command fails.

Definition at line 33 of file avm_execute.hpp.

Member Function Documentation

◆ operator==()

bool bb::avm::AvmErrorResponse::operator== ( const AvmErrorResponse ) const
default

◆ SERIALIZATION_FIELDS()

bb::avm::AvmErrorResponse::SERIALIZATION_FIELDS ( message  )

Member Data Documentation

◆ message

std::string bb::avm::AvmErrorResponse::message

Definition at line 35 of file avm_execute.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::avm::AvmErrorResponse::MSGPACK_SCHEMA_NAME[] = "AvmErrorResponse"
staticconstexpr

Definition at line 34 of file avm_execute.hpp.


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