Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
8.1. A Note on Error Codes
Some of the RexxUtil functions return operating system error codes on failure. The
SysGetErrorText
function can be used to retrieve the description of a system error code.
On Windows, the meaning of these error return codes can be looked up in the Windows System Error Codes documentation provided by Microsoft, currently at
https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes
.
Prev
Chapter 8. Rexx Utilities (RexxUtil)
Up
Home
Next
8.2. List of Rexx Utility Functions