Skip to content

Better error reporting for resource()

Latest
Compare
Choose a tag to compare
@smoyer64 smoyer64 released this 31 Mar 18:36
· 6 commits to master since this release

When a SCIM-related HTTP call is successful but there's an issue unmarshaling the response's entity body, the resulting error now reports the following information:

  • Err: is the underlying unmarshaling error message
  • Op: is "Marshaling" or "Unmarshaling"
  • Body: is the JSON content that could not be unmarshaled