Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 967 Bytes

File metadata and controls

17 lines (13 loc) · 967 Bytes

Version 2.0.0

Modifications

In version 2.0 we changed error model and added couple of new models.

We decreased amount of Exceptions to two:

  • Local validation error (ValidationError)
  • ApiException which arise when Judo REST API returns error.

So at first you need to update your error handling principle. See example at Error handling.

Additions