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
It should always go panic(err), but the error shown is always "panic: error invoking binding testActorType/ActorImplID5121f5e3-bb26-4362-a199-e20ec9ebd5d5: rpc error: code = Internal desc = error invoke actor method: rpc error: code = Internal desc = error invoke actor method: error from actor service: "
Please advise..., also how to customize the grpc error code? now its always "Internal".
The text was updated successfully, but these errors were encountered:
I have an actor within following method
And I invoke the actor like this
It should always go
panic(err)
, but the error shown is always "panic: error invoking binding testActorType/ActorImplID5121f5e3-bb26-4362-a199-e20ec9ebd5d5: rpc error: code = Internal desc = error invoke actor method: rpc error: code = Internal desc = error invoke actor method: error from actor service: "Please advise..., also how to customize the grpc error code? now its always "Internal".
The text was updated successfully, but these errors were encountered: