NPRPC docs

struct ConnectionError

Swift

struct ConnectionError

Connection-related error

nprpc_swift/Sources/NPRPC/Errors.swift:24

Constructors

init(message: String)

An error with message.

nprpc_swift/Sources/NPRPC/Errors.swift:29

Properties

let message: String

What went wrong.

nprpc_swift/Sources/NPRPC/Errors.swift:26