@php-wasm/universalFunctionsisExitCodeisExitCode CallableisExitCode(e: any): e is { status: number }Check if the Emscripten-thrown error is an exit code 0 error.Parameterse: anyThe error to checkReturns e is { status: number }True if the error appears to represent an exit code or status
Check if the Emscripten-thrown error is an exit code 0 error.