DistributedActorCodingError
Error thrown by distributed actor systems while encountering encoding/decoding issues.
Declaration
struct DistributedActorCodingErrorOverview
Also thrown when an attempt to decode DistributedActor is made, but no DistributedActorSystem is available in the Decoder’s userInfo[.actorSystemKey], as it is required to perform the resolve call.