malformedDuration
A JSON Duration could not be parsed
case malformedDurationA JSON Duration could not be parsed
case malformedDurations13SwiftProtobuf17JSONDecodingErrorO17malformedDurationyA2CmF What are these?852GCimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
enum JSONDecodingErrorJSON decoding errors
case failureSomething was wrong
case malformedNumberA number could not be parsed
case numberRangeNumeric value was out of range or was not an integer value when expected
case malformedMapA map could not be parsed
case malformedBoolA bool could not be parsed
case malformedStringWe expected a quoted string, or a quoted string has a malformed backslash sequence
case invalidUTF8We encountered malformed UTF8
case missingFieldNamesThe message does not have fieldName information
case schemaMismatchThe data type does not match the schema description
case unrecognizedEnumValueA value (text or numeric) for an enum was not found on the enum
case illegalNullA ‘null’ token appeared in an illegal location. For example, Protobuf JSON does not allow ‘null’ tokens to appear in lists.
case unquotedMapKeyA map key was not quoted
case leadingZeroJSON RFC 7519 does not allow numbers to have extra leading zeros
case truncatedWe hit the end of the JSON string and expected something more…
case malformedTimestampA JSON Timestamp could not be parsed
case malformedFieldMaskA FieldMask could not be parsed
case trailingGarbageExtraneous data remained after decoding should have been complete
case conflictingOneOfMore than one value was specified for the same oneof field
case messageDepthLimitReached the nesting limit for messages within messages while decoding.
case unknownField(String)Encountered an unknown field with the given name. When parsing JSON, you can instead instruct the library to ignore this via JSONDecodingOptions.ignoreUnknownFields.