iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
iceberg::rest::ErrorResponse Struct Reference

JSON error payload returned in a response with further details on the error. More...

#include <types.h>

Public Member Functions

Status Validate () const
 Validates the ErrorResponse.
 
bool operator== (const ErrorResponse &) const =default
 

Public Attributes

uint32_t code
 
std::string type
 
std::string message
 
std::vector< std::string > stack
 

Detailed Description

JSON error payload returned in a response with further details on the error.


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