This function returns a string for a specified error code. The
string describes the error for the passed code. This command
should be called right after GetLastError() because the error
string might contain some information that will be trashed when
the next normal function is executed. Calling condition functions
between GetLastError() and GetErrorName() is no problem. Please
see the example for more information.
Be sure to read also the documentation of GetLastError() for
more detailed information on manual error handling.
See Error codes for a list of all error codes defined by Hollywood.