vaadin / vaadin-connect

A Vaadin Labs experiment with a secure stateless communication framework
https://vaadin.com/labs/vaadin-connect
Apache License 2.0
18 stars 5 forks source link

feat(connect): Support validation exceptions #344

Closed SomeoneToIgnore closed 5 years ago

SomeoneToIgnore commented 5 years ago

Closes #194


This change is Reviewable

SomeoneToIgnore commented 5 years ago

frontend/connect/src/connect-client.ts, line 236 at r2 (raw file):

Previously, qtdzz (Tien Nguyen) wrote…
Should we just put `undefined` for the `detail` because it is always `undefined/null` in ValidationException right?

Well, why not, done.