SendMessageBatchResult class

For each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.

Constructors

SendMessageBatchResult({required List<BatchResultErrorEntry> failed, required List<SendMessageBatchResultEntry> successful})
SendMessageBatchResult.fromXml(XmlElement elem)
factory

Properties

failed List<BatchResultErrorEntry>
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successful List<SendMessageBatchResultEntry>
A list of SendMessageBatchResultEntry items.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited