PathDecodingError
Describes errors can occure during decoding a proto by path.
enum PathDecodingErrorDescribes errors can occure during decoding a proto by path.
enum PathDecodingErrorimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
case typeMismatchDescribes a mismatch in type of the fields.
case pathNotFoundDescribes path is not found in message type.
protocol EquatableA type that can be compared for value equality.
protocol Error : SendableA type representing an error value that can be thrown.
protocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
protocol SendableA thread-safe type whose values can be shared across arbitrary concurrent contexts without introducing a risk of data races. Values of the type may have no shared mutable state, or they may protect that state with a lock or by forcing it to only be accessed from a specific actor.
var localizedDescription: String { get }Retrieve the localized description for this error.
static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.