Module Permanent_error.Access_token_request_error

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 -> Sexplib0.Sexp.t