© 2026 Hedgehog Software, LLC
try { ... } catch (error) { if (error.sqlMessage) { // toast a message "There was database error, contact administrator" } else { ... } }