Skip to main content

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

NameTypeDescription
messagestrA descriptive message for the error.

Signature

def OnlyAsyncIOSupportedError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrThe specific error message to be associated with this exception instance, explaining why the error occurred.