|
iceberg-cpp
|
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 |
JSON error payload returned in a response with further details on the error.