TooMany

TooMany
TooMany

This exception is thrown if the request exceeds the maximum number of elements in batch that the VASA Provider can support for the specific API.

This structure may be used only with operations rendered under /sms.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "maxBatchSize": 0
}
integer As int64 As int64
maxBatchSize
Optional

Maximum number of elements in batch that the VASA Provider can support for the specific API.

If the value is not specified (zero) or invalid (negative), client will assume the default value is 1.

Property Of