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
In order to clearly pass on the information from the API to the user, it is important to define the known Exceptions and Errors.
This needs to be defined as a set of abstract and concrete classes in order to be used across the API and tested.
TODO:
Define a base Dapr exception class
Derive a base Dapr HTTP and GRPC exception class for client implementations.
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
In order to clearly pass on the information from the API to the user, it is important to define the known Exceptions and Errors.
This needs to be defined as a set of abstract and concrete classes in order to be used across the API and tested.
TODO:
The text was updated successfully, but these errors were encountered: