class documentation

class _ServerPayloadErrorLimits: (source)

View In Hierarchy

Error limits for payloads as described by the Temporal server.

Class Variable memo_size_error The limit (in bytes) at which a memo size error is raised.
Class Variable payload_size_error The limit (in bytes) at which a payload size error is raised.
memo_size_error: int = (source)

The limit (in bytes) at which a memo size error is raised.

payload_size_error: int = (source)

The limit (in bytes) at which a payload size error is raised.