NPRPC docs

struct RuntimeError

Swift

struct RuntimeError

Generic NPRPC runtime error

nprpc_swift/Sources/NPRPC/Errors.swift:13

Constructors

init(message: String)

An error with message.

nprpc_swift/Sources/NPRPC/Errors.swift:18

Properties

let message: String

What went wrong.

nprpc_swift/Sources/NPRPC/Errors.swift:15