Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Note not supported yet


Note

Only Program-Raised Errors have been ported to the Node pico engine. The rest is Errors are not yet implemented. They're on the todo list for the Node pico engine.


Events are a natural way to handle errors. KRL makes use of its built in event system to process errors. Raising events for errors and then handling them with rule sets gives developers a great deal of flexibility in dealing with exceptional situations in their code.

...