NPRPC docs

struct UnexpectedReplyError

Swift

struct UnexpectedReplyError

Unexpected reply error

nprpc_swift/Sources/NPRPC/Errors.swift:46

Constructors

init(message: String)

An error with message.

nprpc_swift/Sources/NPRPC/Errors.swift:51

Properties

let message: String

What went wrong.

nprpc_swift/Sources/NPRPC/Errors.swift:48