JCL-299: verify method by timea-solid · Pull Request #403 · inrupt/solid-client-java
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the VC-API spec, the verify endpoint will return a 200 in cases where the credential is invalid, but there is no defined response for, say, 4xx or 5xx category errors.
I think it would be great for the client to try to parse 4xx/5xx error bodies as if they contain those response, but that can be part of an overall improvement in how errors are processed.