Like any language Arcade should have error handling functionality.
It would be help full to have a Try Catch and be able to get the error description
try {
...code
}
catch (err){
...code
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.