error multimethod
Methods
- error(s:Str) Source: stdlib.ngs:3792
Write error message to standard error. Example
error("Failed to read configuration file. Will clean up and exit now.") # Approximate output on stderr: # [ERROR 2018-01-01 00:00:00 YOUR_TZ] Failed to read configuration file. Will clean up and exit now.