Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DeleteMessagesResultEntry

Represents the result of a DeleteMessages request, whether it was successful or not. If a message was successfully deleted from the queue, the entry does not contain any fields. If a message failed to be deleted from the queue, the entry includes the {@code errorCode} and {@code errorMessage} fields.

Properties

Optional errorCode

errorCode: undefined | number

The error code, in case the message was not successfully deleted from the queue. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional errorMessage

errorMessage: undefined | string

A human-readable error message associated with the error code.

Functions

getDeserializedJsonObj

getJsonObj