package awsm

  1. Overview
  2. Docs

Module Io.ErrorSource

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

Innovation. Community. Security.