Share via


UserDataFunctionResponseTooLargeError Class

Represents an error that occurs when the response generated by a function is too large. This limit is currently set to 30 megabytes.

Constructor

UserDataFunctionResponseTooLargeError(limit_in_megabytes: int, properties: dict = None)

Parameters

Name Description
limit_in_megabytes
Required
int

The limit in megabytes that the response exceeded.

properties

An optional dictionary containing additional properties related to the exception.

Default value: None