ErrorMessage
Miscellaneous functions
Description
Returns a stable human-readable description for a numeric error code without changing the library error state
Unknown codes return a category-based fallback or a generic code description
Syntax
Delphi
Function TPDFlib.ErrorMessage(Code: Integer): WideString;Parameters
| Code | The numeric error code to describe |
|---|
Return values
The message associated with Code