You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vincent Peybernes edited this page Jul 25, 2013
·
3 revisions
Command.IO provide a custom error management system, to protect the application execution from end user error.
CommandError type.
Command.IO provide two custom error type: CommandError and RuntimeCommandError. This errors inherit of the JavaScript Error object with two additionnal properties: the command name what throw the error and the severity levelof the error.
The error are provided by the command controler (this in action function).