BinaryEncodingError
Describes errors that can occur when decoding a message from binary format.
enum BinaryEncodingErrorDescribes errors that can occur when decoding a message from binary format.
enum BinaryEncodingErrorimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
case anyTranscodeFailureAn unexpected failure when deserializing a Google_Protobuf_Any.
case missingRequiredFieldsThe definition of the message or one of its nested messages has required fields but the message being encoded did not include values for them. You must pass partial: true during encoding if you wish to explicitly ignore missing required fields.
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.