You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"errors":[ {"code":"validationError","detail":"must not be blank","source":{"pointer":"/data/attributes/representativeIdScan"}}] }
or
{"errors":[{"code":"validationError","detail":"must be a valid international phone number","source":{"pointer":"/data/attributes/phoneNumber"}},{"code":"validationError","detail":"must be a valid Belgian enterprise number","source":{"pointer":"/data/attributes/enterpriseIdentification/enterpriseNumber"}},{"code":"validationError","detail":"must not be blank","source":{"pointer":"/data/attributes/representativeIdScan"}},{"code":"validationError","detail":"the VAT number must correspond to the enterprise number","source":{"pointer":"/data/attributes/enterpriseIdentification"}},{"code":"validationError","detail":"must be a valid URL","source":{"pointer":"/data/attributes/homepage"}}]}
The JsonApi.ErrorItem only exposes "Code" and "Detail".
Please expose also "Source" to see where error occurred.
Thanks
The text was updated successfully, but these errors were encountered: