Error Handling in MarkLogic JavaScript APIs

  • 3 December, 2024
  • By Dave Cassel
  • No Comments

The engine that powers MarkLogic’s JavaScript includes try/catch, which is really helpful for capturing errors and handling them gracefully. In a perfect world, your application will recover from the problem and/or provide enough information to a caller to make the problem clear. However, sometimes things happen that we don’t anticipate and we need go to […]

Read More