SwiftProtobufError

A SwiftProtobuf specific error.

SwiftProtobufError.swift:19
struct SwiftProtobufError

All errors have a high-level Code which identifies the domain of the error. For example, an issue when encoding a proto into binary data will result in a SwiftProtobufError/Code-swift.struct/binaryEncodingError error code. Errors also include a message describing what went wrong and how to remedy it (if applicable). The SwiftProtobufError/message is not static and may include dynamic information such as the type URL for a type that could not be decoded, for example.