• Home
  • Raw
  • Download

Lines Matching refs:InvalidProtocolBufferException

137                 throw new InvalidProtocolBufferException("Expected end of JSON after object");  in Merge()
152 throw InvalidProtocolBufferException.JsonRecursionLimitExceeded(); in Merge()
167 throw new InvalidProtocolBufferException("Expected an object"); in Merge()
198 …throw new InvalidProtocolBufferException($"Multiple values specified for oneof {field.ContainingOn… in Merge()
208 throw new InvalidProtocolBufferException("Unknown field: " + name); in Merge()
250 …throw new InvalidProtocolBufferException("Repeated field value was not an array. Token type: " + t… in MergeRepeatedField()
264 … throw new InvalidProtocolBufferException("Repeated field elements cannot be null"); in MergeRepeatedField()
276 throw new InvalidProtocolBufferException("Expected an object to populate a map"); in MergeMapField()
284 throw new InvalidProtocolBufferException("Invalid map field: " + field.FullName); in MergeMapField()
299 throw new InvalidProtocolBufferException("Map values must not be null"); in MergeMapField()
364 …throw new InvalidProtocolBufferException("Unsupported JSON token type " + token.Type + " for field… in ParseSingleValue()
473 throw new InvalidProtocolBufferException("Expected object value for Struct"); in MergeStruct()
490 throw new InvalidProtocolBufferException("Expected object value for Any"); in MergeAny()
505 throw new InvalidProtocolBufferException("Any message with no @type"); in MergeAny()
513 throw new InvalidProtocolBufferException("Expected string value for Any.@type"); in MergeAny()
553 …throw new InvalidProtocolBufferException($"Expected '{JsonFormatter.AnyWellKnownTypeValueField}' p… in MergeWellKnownTypeAnyBody()
559 …throw new InvalidProtocolBufferException($"Expected end-object token after @type/value for well-kn… in MergeWellKnownTypeAnyBody()
737 throw new InvalidProtocolBufferException($"Invalid numeric value: {text}"); in ParseMapKey()
743 throw new InvalidProtocolBufferException($"Invalid numeric value: {text}");
750 throw new InvalidProtocolBufferException($"Invalid numeric value: {text}");
759 throw new InvalidProtocolBufferException($"Invalid numeric value for type: {text}");
763 throw new InvalidProtocolBufferException($"Value out of range: {text}");
778 throw new InvalidProtocolBufferException($"Invalid numeric value: {text}"); in ValidateInfinityAndNan()
786 throw new InvalidProtocolBufferException("Expected string value for Timestamp"); in MergeTimestamp()
791 … throw new InvalidProtocolBufferException($"Invalid Timestamp value: {token.StringValue}"); in MergeTimestamp()
823 … throw new InvalidProtocolBufferException("Invalid Timestamp value: " + token.StringValue); in MergeTimestamp()
828 … throw new InvalidProtocolBufferException("Invalid Timestamp value: " + token.StringValue); in MergeTimestamp()
846 … throw new InvalidProtocolBufferException("Invalid Timestamp value: " + token.StringValue); in MergeTimestamp()
854 … throw new InvalidProtocolBufferException("Invalid Timestamp value: " + token.StringValue); in MergeTimestamp()
862 throw new InvalidProtocolBufferException("Expected string value for Duration"); in MergeDuration()
867 … throw new InvalidProtocolBufferException("Invalid Duration value: " + token.StringValue); in MergeDuration()
874 … throw new InvalidProtocolBufferException("Invalid Duration value: " + token.StringValue); in MergeDuration()
891 … throw new InvalidProtocolBufferException($"Invalid Duration value: {token.StringValue}"); in MergeDuration()
898 … throw new InvalidProtocolBufferException($"Invalid Duration value: {token.StringValue}"); in MergeDuration()
906 throw new InvalidProtocolBufferException("Expected string value for FieldMask"); in MergeFieldMask()
958 throw new InvalidProtocolBufferException($"Invalid field mask: {text}"); in ToSnakeCase()