ErrorMessage()

Syntax

Result$ = ErrorMessage([ErrorCode])
Description
Returns an error-message for the given error code in english.

Parameters

ErrorCode (optional) A specific error code. See ErrorCode() for the available error codes.

Return value

The message for the currently handled error. If the 'ErrorCode' parameter is set, an english error-message for this specific error will be returned.

Supported OS

All

<- ErrorLine() - OnError Index - ErrorRegister() ->