The status code is Status.ASYNC if the call is delayed (yield), Status.ABORT if an unrecoverable socket/fd error occurs (throw), or Status.ERROR if an internal error occured (assert).
See Implementation
The status code is Status.ASYNC if the call is delayed (yield), Status.ABORT if an unrecoverable socket/fd error occurs (throw), or Status.ERROR if an internal error occured (assert).