Error code: 40020 in REST Response

1. What is error code 40020 in a REST response?

Error code 40020 is a specific code included in a REST response to indicate a partial failure in batch operation requests.

2. When does error code 40020 occur?

Error code 40020 occurs when there is a partial failure in batch operation requests for the following endpoints:

  • POST /revokeTokens
  • POST /messages
  • GET /presence

3. Can you provide more information about these endpoints?

4. What does the response body format look like when error code 40020 is included?

The response body follows this format:

{ error: new ErrorInfo('Batched response includes errors', 40020, 400), batchResponse: results, }

5. How are individual errors handled within the batchResponse?

Individual entries within batchResponse might have an error property that provides more details about the specific error encountered for each operation. Refer to the "partial success" sections on the provided endpoint links for more information.

6. Where can I find more details about the errors encountered during batch operation requests?

For more detailed information about errors encountered during batch operation requests, please refer to the "partial success" sections on the provided endpoint documentation links.