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
The vnd error specification vnd error specification allows multiple errors to be reported as a list or by the use of embedded errors. If using embedded errors, only the top error will typically have a logref. From the spec:
Nested Errors
Nested errors may be represented by embedding multiple errors inside a vnd.error resource.
The vnd error specification vnd error specification allows multiple errors to be reported as a list or by the use of embedded errors. If using embedded errors, only the top error will typically have a logref. From the spec:
Nested Errors
Nested errors may be represented by embedding multiple errors inside a vnd.error resource.
Add code to allow VndError to contain an array of other VndError. To easily serialize correctly, I recommend as the method signature.
The text was updated successfully, but these errors were encountered: