Class BatchSizeTooLargeError (2.39.0)

BatchSizeTooLargeError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Structured custom error message for batch size too large error. The error can be attached as error details in the returned rpc Status for more structured error handling in the client.

Attributes

Name Description
max_batch_size int
The maximum number of items that are supported in a single batch. This is returned as a hint to the client to adjust the batch size.
error_message str
Optional. The error message that is returned to the client.