4.15.4.12 System Errors

System errors are problems that the operating system notices (or causes). Note that many of the exception indications returned by the operating system (such as “file does not exist”) are mapped to Prolog exceptions; it is only really unexpected things that show up as system errors.

The SICStus_Error term for a system error is

     system_error(Message)

where Message is not further specified.


Send feedback on this subject.