Enumeration Caseswift-protobuf 1.29.0SwiftProtobuf
anyTranscodeFailure
An unexpected failure when deserializing a Google_Protobuf_Any
.
case anyTranscodeFailure
An unexpected failure when deserializing a Google_Protobuf_Any
.
case anyTranscodeFailure
s13SwiftProtobuf19BinaryEncodingErrorO19anyTranscodeFailureyA2CmF
What are these?3J85P
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
enum BinaryEncodingError
Describes errors that can occur when decoding a message from binary format.
case missingRequiredFields
The 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.