NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec ables.i alerts.i / .h avl.h devices.i / .h errors.i / .h exec.i / .h exec_lib.i execbase.i / .h initializers.i / .h interrupts.i / .h io.i / .h libraries.i / .h lists.i / .h macros.i memory.i / .h nodes.i / .h ports.i / .h resident.i / .h semaphores.i / .h strings.i tasks.i / .h types.i / .h gadgets graphics hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | IFND EXEC_ERRORS_I EXEC_ERRORS_I SET 1 ** ** $VER: errors.i 39.0 (15.10.1991) ** Includes Release 45.1 ** ** Standard Device IO Errors (returned in io_Error) ** ** (C) Copyright 1985-2001 Amiga, Inc. ** All Rights Reserved ** IOERR_OPENFAIL EQU -1 ; device/unit failed to open IOERR_ABORTED EQU -2 ; request terminated early [after AbortIO()] IOERR_NOCMD EQU -3 ; command not supported by device IOERR_BADLENGTH EQU -4 ; not a valid length (usually IO_LENGTH) IOERR_BADADDRESS EQU -5 ; invalid address (misaligned or bad range) IOERR_UNITBUSY EQU -6 ; device opens ok, but requested unit is busy IOERR_SELFTEST EQU -7 ; hardware failed self-test ERR_OPENDEVICE EQU IOERR_OPENFAIL ; Obsolete ENDC ; EXEC_ERRORS_I Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |