Skip to main content

InlineIOMaxBytesBreached

This error is raised when the inline IO max bytes limit is breached. This can be adjusted per task by setting max_inline_io_bytes in the task definition.

Attributes

AttributeTypeDescription
messagestringThe error message detailing the specific breach of the inline IO byte limit.

Constructor

Signature

def InlineIOMaxBytesBreached(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed error message explaining the breach.

Signature

def InlineIOMaxBytesBreached(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed error message explaining the context of the IO limit breach