RejectResult interface
The result of the Reject operation.
Properties
failed |
Array of FailedLockToken for failed cloud events. Each FailedLockToken includes the lock token along with the related error information (namely, the error code and description). |
succeeded |
Array of lock tokens for the successfully rejected cloud events. |
Property Details
failedLockTokens
Array of FailedLockToken for failed cloud events. Each FailedLockToken includes the lock token along with the related error information (namely, the error code and description).
failedLockTokens: FailedLockToken[]
Property Value
succeededLockTokens
Array of lock tokens for the successfully rejected cloud events.
succeededLockTokens: string[]
Property Value
string[]