BatchResultErrorEntry class

Gives a detailed description of the result of an action on each entry in the request.

Constructors

BatchResultErrorEntry.new({required String code, required String id, required bool senderFault, String? message})
BatchResultErrorEntry.fromXml(XmlElement elem)
factory

Properties

code String
An error code representing why the action failed on this entry.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The Id of an entry in a batch request.
final
message String?
A message explaining why the action failed on this entry.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderFault bool
Specifies whether the error happened due to the caller of the batch API action.
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