gllm/types/api_error

Types

Variants

  • HttpError: Network or HTTP request failures from the underlying HTTP client
  • JsonDecodeError: JSON parsing errors when decoding API responses
pub type ApiError {
  HttpError(httpc.HttpError)
  JsonDecodeError(json.DecodeError)
}

Constructors

Search Document