package awsm

  1. Overview
  2. Docs
type bad_response = {
  1. code : int;
  2. body : string;
  3. x_amzn_error_type : string option;
}
val bad_response_of_sexp : Sexplib0.Sexp.t -> bad_response
val sexp_of_bad_response : bad_response -> Sexplib0.Sexp.t
type call = [
  1. | `Bad_response of bad_response
  2. | `Too_many_redirects
]
val __call_of_sexp__ : Sexplib0.Sexp.t -> call
val call_of_sexp : Sexplib0.Sexp.t -> call
val sexp_of_call : call -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.