Instance Propertygrpc-swift 2.0.0GRPCCore
description
RuntimeError.swift:55var description: String { get }
var description: String { get }
import GRPCCore
A gRPC library for Swift written natively in Swift.
struct RuntimeError
An error thrown at runtime.
@frozen struct String
A Unicode string value that is a collection of characters.
init(code: Code, message: String, cause: (any Error)? = nil)
Creates a new error.
var cause: (any Error)?
The original error which led to this error being thrown.
var code: Code
The code indicating the domain of the error.
var message: String
A message providing more details about the error which may include details specific to this instance of the error.
static func == (lhs: Self, rhs: Self) -> Bool
func hash(into hasher: inout Hasher)
struct Code