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.
Constructor
Signature
def InlineIOMaxBytesBreached(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | A descriptive message for the error. |
Signature
def InlineIOMaxBytesBreached(
message: str
)
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The error message detailing why the inline IO max bytes limit was breached. |