Custom error handlers
{
"errorHandlers": [{
"actions": [{
"action": "showAlert",
"function": "action.options.text = action.options.error.message",
"options": {
"text": "",
"title": "Error",
"type": "error"
}
}],
"codes": ["404"]
}]
}Key
Value

Key
Path
Last updated
Was this helpful?