js-sdk icon indicating copy to clipboard operation
js-sdk copied to clipboard

Exception from Actor's method is not surfaced to the caller

Open amulyavarote opened this issue 1 year ago • 2 comments

Describe the proposal

#Expected Behavior

Exception's error message (not stacktrace) from Actor's method is surfaced to the caller. Add details like exception method, line number, exception type and generate an UUID to match the exceptions both on callee as well as caller side.

amulyavarote avatar Sep 06 '22 23:09 amulyavarote

Example of exception details: Dapr.Actors.ActorMethodInvocationException: Remote Actor Method Exception, DETAILS: Exception: NotImplementedException, Method Name: ExceptionExample, Line Number: 14, Exception uuid: d291a006-84d5-42c4-b39e-d6300e9ac38b

amulyavarote avatar Sep 13 '22 15:09 amulyavarote

This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot avatar Nov 19 '22 15:11 dapr-bot