StrError

Convert an error code to a string

Declaration

Source position: errors.pp line 22

  function StrError(err: cint) : string;

Description

StrError will convert the error code err to a string.

Errors

If the error code is unknown or out of bounds, an 'Unknown error (err)' string will be returned.

See also

Name Description
PError Print error on standard error output