package smaws-lib

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

Innovation. Community. Security.