OnlyAsyncIOSupportedError
This error is raised when the user tries to use sync IO in an async task.
Constructor
Signature
def OnlyAsyncIOSupportedError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | A descriptive message for the error. |
Signature
def OnlyAsyncIOSupportedError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The specific error message to be associated with this exception instance, explaining why the error occurred. |