We are using ```cs public class Query : IRequest<OneOf<SuccessResponse, ProblemDetails>> ``` for our contracts but don't show any examples of using the ProblemDetails result in a WASM client EditForm. This would be helpful.
We are using
for our contracts but don't show any examples of using the ProblemDetails result in a WASM client EditForm. This would be helpful.