kRpcMaxPayloadBytes top-level property
final
Maximum payload size for RPC requests and responses. If a payload exceeds this size, the RPC call will fail with a REQUEST_PAYLOAD_TOO_LARGE(1402) or RESPONSE_PAYLOAD_TOO_LARGE(1504) error.
Implementation
final kRpcMaxPayloadBytes = 15360;