Possible outcomes of an asynchronous I/O task.
Request was completed without error.
Request failed for some reason; check SDL_GetError()!
Request was canceled before completing.
See Implementation
Available since SDL 3.2.0.
Possible outcomes of an asynchronous I/O task.