Module Values.SendBulkEmailResponseSource

The following data is returned in JSON format by the service.

Sourcetype nonrec t = {
  1. bulkEmailEntryResults : BulkEmailEntryResultList.t option;
    (*

    One object per intended recipient. Check each response object and retry any messages with a failure status.

    *)
}
Sourcetype nonrec error = [
  1. | `AccountSuspendedException of AccountSuspendedException.t
  2. | `BadRequestException of BadRequestException.t
  3. | `LimitExceededException of LimitExceededException.t
  4. | `MailFromDomainNotVerifiedException of MailFromDomainNotVerifiedException.t
  5. | `MessageRejected of MessageRejected.t
  6. | `NotFoundException of NotFoundException.t
  7. | `SendingPausedException of SendingPausedException.t
  8. | `TooManyRequestsException of TooManyRequestsException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?bulkEmailEntryResults:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccountSuspendedException of unit | `BadRequestException of unit | `LimitExceededException of unit | `MailFromDomainNotVerifiedException of unit | `MessageRejected of unit | `NotFoundException of unit | `SendingPausedException of unit | `TooManyRequestsException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccountSuspendedException of unit | `BadRequestException of unit | `LimitExceededException of unit | `MailFromDomainNotVerifiedException of unit | `MessageRejected of unit | `NotFoundException of unit | `SendingPausedException of unit | `TooManyRequestsException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of ErrorMessage.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t