StructureDistributed5.9.0
ExecuteDistributedTargetError
Error thrown by DistributedActorSystem.executeDistributedTarget(on:target:invocationDecoder:handler:)
.
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
struct ExecuteDistributedTargetError
Inspect the errorCode
for details about the underlying reason this error was thrown.
Citizens in Distributed
Conformances
protocol DistributedActorSystemError
Error protocol to which errors thrown by any
DistributedActorSystem
should conform.protocol Error
A type representing an error value that can be thrown.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.