Enumeration Caseswift-protobuf 1.29.0SwiftProtobuf
malformedAnyField
The Google_Protobuf_Any
message was malformed in some other way not covered by the other error cases.
case malformedAnyField
The Google_Protobuf_Any
message was malformed in some other way not covered by the other error cases.
case malformedAnyField
s13SwiftProtobuf14AnyUnpackErrorO09malformedC5FieldyA2CmF
What are these?89IMS
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
enum AnyUnpackError
Describes errors that can occur when unpacking an Google_Protobuf_Any
message.
case typeMismatch
The type_url
field in the Google_Protobuf_Any
message did not match the message type provided to the unpack()
method.
case malformedWellKnownTypeJSON
Well-known types being decoded from JSON must have only two fields: the @type
field and a value
field containing the specialized JSON coding of the well-known type.