Skip to main content

Cause

The request payload exceeds the maximum size limit allowed by the server.

Fix

Reduce the size of the request payload or split it into multiple smaller requests, then call the same operation again.

Retry safety

Not retryable until the underlying state or request changes.

Raised by

These operations can return this problem:

Example