OPENAPI / COMPONENTS / SCHEMAS
BatchResultErrorEntry
BatchResultErrorEntry<p>Gives a detailed description of the result of an action on each entry in the request.</p>
object4properties
Idstringrequired<p>The <code>Id</code> of an entry in a batch request.</p>
SenderFaultstringrequired<p>Specifies whether the error happened due to the caller of the batch API action.</p>
Codestringrequired<p>An error code representing why the action failed on this entry.</p>
Messagestring<p>A message explaining why the action failed on this entry.</p>