package smaws-lib

  1. Overview
  2. Docs
type namespaced_error = {
  1. namespace : string;
  2. name : string;
}
val pp_namespaced_error : Ppx_deriving_runtime.Format.formatter -> namespaced_error -> Ppx_deriving_runtime.unit
val show_namespaced_error : namespaced_error -> Ppx_deriving_runtime.string
type aws_service_error = {
  1. message : string option;
  2. _type : namespaced_error;
}
val pp_aws_service_error : Ppx_deriving_runtime.Format.formatter -> aws_service_error -> Ppx_deriving_runtime.unit
val show_aws_service_error : aws_service_error -> Ppx_deriving_runtime.string
type t = [
  1. | `AWSServiceError of aws_service_error
]
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val equal : t -> t -> Ppx_deriving_runtime.bool
OCaml

Innovation. Community. Security.