kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
error.hpp File Reference
#include <cstdint>
#include <expected>
#include <string>
#include <string_view>

Go to the source code of this file.

Classes

struct  kalshi::Error
 

Namespaces

namespace  kalshi
 

Typedefs

template<typename T >
using kalshi::Result = std::expected< T, Error >
 Result type for SDK operations.
 

Enumerations

enum class  kalshi::ErrorCode : std::uint8_t {
  kalshi::NetworkError , kalshi::AuthenticationError , kalshi::InvalidRequest , kalshi::NotFound ,
  kalshi::RateLimited , kalshi::ServerError , kalshi::ParseError , kalshi::SigningError ,
  kalshi::InvalidKey , kalshi::Unknown
}