package reddit_api_async

  1. Overview
  2. Docs
type t =
  1. | Token_request_rejected of {
    1. response : Cohttp.Response.t;
    2. body : Cohttp.Body.t;
    }
  2. | Other_http_error of {
    1. response : Cohttp.Response.t;
    2. body : Cohttp.Body.t;
    }
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t