OnlyAsyncIOSupportedError
This error is raised when the user tries to use sync IO in an async task.
Constructor
Signature
def OnlyAsyncIOSupportedError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining the context of the failure. |
Signature
def OnlyAsyncIOSupportedError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining the context of the synchronous I/O violation |