DistributedSystemErrors
DistributedSystemErrors.swift:11enum DistributedSystemErrors
Cases
case decodeError(description: String)
case duplicatedService(String, DistributedSystem.ModuleIdentifier)
case error(String)
case noConnectionForActor(EndpointIdentifier)
case serviceDiscoveryTimeout(String)
case unexpectedResultType(String)
case connectionLost
case unknownActor(EndpointIdentifier)
case invalidActorState(String)
case cancelled(String)
Citizens in DistributedSystem
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.
Instance features
var localizedDescription: String
Retrieve the localized description for this error.