Home  /  Autodocs  /  dos.library

NAME

PrintFault
Prints the text associated with an AmigaDOS error code (V36)

SYNOPSIS

success = PrintFault(code, header)
D0 D1 D2

BOOL PrintFault(LONG, STRPTR)

FUNCTION

This function obtains the error message text for the given error code. This is similar to the Fault() function, except that the output is written to the default error channel (V47), or if that is not present, the output channel with buffered output.

The value returned by IoErr() is set to the code passed in.

INPUTS

code
Error code

header
header to output before error text

RESULT

success
Success/failure code.

SEE ALSO

IoErr(), Fault(), SetIoErr(), Output(), FPuts()