Error raised on the calling side of a remote actor. code: 'remote' wraps an error thrown by the remote handler (see RemoteError.remote); code: 'closed' means the connection was closed before a reply arrived.
code: 'remote'
code: 'closed'
Optional
Readonly
The remote error as it crossed the wire, when code is 'remote'.
code
'remote'
Error raised on the calling side of a remote actor.
code: 'remote'wraps an error thrown by the remote handler (see RemoteError.remote);code: 'closed'means the connection was closed before a reply arrived.