Hy, i follow the RestDataSource on ShowCase and the RestDataSource javadoc
But, how to set an alert ? when :
* An unrecoverable error, such as an unexpected server failure : status = -1
* Validation failure : status = -4
By default, the listGrid and DataSource does not create alert when error occur ? What's the best way to catch and displays errors (errorMessage) ?
But, how to set an alert ? when :
* An unrecoverable error, such as an unexpected server failure : status = -1
* Validation failure : status = -4
By default, the listGrid and DataSource does not create alert when error occur ? What's the best way to catch and displays errors (errorMessage) ?
Comment