Instance Property (Default implementation)grpc-swift 2.0.0GRPCCore
rpcErrorCause
The original error which led to this error being thrown.
var rpcErrorCause: (any Error)? { get }
The original error which led to this error being thrown.
var rpcErrorCause: (any Error)? { get }
s8GRPCCore19RPCErrorConvertiblePAAs5ErrorRzrlE03rpcD5CausesAD_pSgvp
What are these?6EC83
where Self:Error
import GRPCCore
A gRPC library for Swift written natively in Swift.
protocol RPCErrorConvertible
A value that can be converted to an RPCError
.
protocol Error : Sendable
A type representing an error value that can be thrown.
var rpcErrorCause: (any Error)? { get }
The original error which led to this error being thrown.