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: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed error message explaining the context of the failure.

Signature

def OnlyAsyncIOSupportedError(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed error message explaining the context of the synchronous I/O violation