kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::ErrorResponse Struct Reference

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::string > code
 Error code.
 
std::optional< std::string > message
 Human-readable error message.
 
std::optional< std::string > details
 Additional details about the error, if available.
 

Member Data Documentation

◆ code

std::optional<std::string> kalshi::ErrorResponse::code

Error code.

◆ message

std::optional<std::string> kalshi::ErrorResponse::message

Human-readable error message.

◆ details

std::optional<std::string> kalshi::ErrorResponse::details

Additional details about the error, if available.


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