NPRPC docs

protocol NPRPCError

Swift

protocol NPRPCError : Error

Base protocol for all NPRPC errors

nprpc_swift/Sources/NPRPC/Errors.swift:7

Properties

var message: String { get }

What went wrong, for logs and error messages.

nprpc_swift/Sources/NPRPC/Errors.swift:9