Static Propertygrpc-swift 2.0.0GRPCCore
clientIsStopped
At attempt to start the client was made but it has already stopped.
static var clientIsStopped: Self { get }
At attempt to start the client was made but it has already stopped.
static var clientIsStopped: Self { get }
import GRPCCore
A gRPC library for Swift written natively in Swift.
struct Code
struct RuntimeError
An error thrown at runtime.
static var clientIsAlreadyRunning: Self { get }
At attempt to start the client was made but it is already running.
static var invalidArgument: Self { get }
An argument was invalid.
static var serverIsAlreadyRunning: Self { get }
At attempt to start the server was made but it is already running.
static var serverIsStopped: Self { get }
At attempt to start the server was made but it has already stopped.
static var transportError: Self { get }
The transport threw an error whilst connected.
var description: String { get }