Module Values.ErrorDetailsSource

Sourcetype nonrec t =
  1. | The_inputs_to_this_request_are_invalid_
  2. | Service_limits_have_been_exceeded_
  3. | Missing_required_permission_to_perform_this_request_
  4. | One_or_more_inputs_to_this_request_were_not_found_
  5. | The_system_temporarily_lacks_sufficient_resources_to_process_the_request_
  6. | An_internal_error_has_occurred_
  7. | Cancelled
  8. | A_user_recoverable_error_has_occurred
  9. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t