BatchResultErrorEntry#

Entry of an error processing a message from a batch request.

Contents#

  • Code — The error code.

    • Type: String

    • Required: Yes

  • Id — The ID of the entry from the request.

    • Type: String

    • Required: Yes

  • SenderFault — Indicates whether the error was caused by the producer’s actions; true means that this is the case.

    • Type: Boolean

    • Required: Yes

  • Message — The error description.

    • Type: String

    • Required: No