|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::optional<std::string> kalshi::ErrorResponse::code |
Error code.
| std::optional<std::string> kalshi::ErrorResponse::message |
Human-readable error message.
| std::optional<std::string> kalshi::ErrorResponse::details |
Additional details about the error, if available.