improved

2025-07-04

We have released improvements to the error handling in the Bokio API. The main changes is for validation errors where we now:

  • Return all validations errors instead of first encountered error
  • Validations errors include both a message and a field parameter. We want to highlight that the field parameter used the JSON Pointer which make it possible for you to identify which field within nested objects and/or array that the error is for. For example, the quantity on the second line item using #/lineitems/1/quantity.

To read more, please checkout Errors.