Enumerationswift-protobuf 1.29.0SwiftProtobuf
FieldMaskError
Describes errors could happen during FieldMask utilities.
enum FieldMaskError
Describes errors could happen during FieldMask utilities.
enum FieldMaskError
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
case invalidPath
Describes a path is invalid for a Message type.
case invalidFieldNumber
Describes a fieldNumber is invalid for a Message type.
protocol Equatable
A type that can be compared for value equality.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
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.