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
Make CrudResult abstract base class with TErrorCodeEnum as type parameter where TErrorCodeEnum has enum constraint. Inherited classes can provide custom error codes. Error codes should be used to communicate errors back to client.
Create CrudResult as first implementation.
Improve client side tooling to work with those error codes and messages.
The text was updated successfully, but these errors were encountered:
Make CrudResult abstract base class with TErrorCodeEnum as type parameter where TErrorCodeEnum has enum constraint. Inherited classes can provide custom error codes. Error codes should be used to communicate errors back to client.
Create CrudResult as first implementation.
Improve client side tooling to work with those error codes and messages.
The text was updated successfully, but these errors were encountered: