You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
Verify message identifiers used as field types are actually defined
and enum values used in option value assignment are actually
defined. Note these must handle forward references.
For option assignment, verify type of literal matches type of option's
message field definition.
See https://developers.google.com/protocol-buffers/docs/proto3#importing-definitions
and enum values used in option value assignment are actually
defined. Note these must handle forward references.
message field definition.
external "descriptor.proto" file. For standard option definitions,
see https://github.com/google/protobuf/blob/master/src/google/protobuf/descriptor.proto#L251
any of the above validations fail (note: this might be better than
what protoc reports).
(see https://github.com/google/protobuf/blob/master/src/google/protobuf/descriptor.proto#L84)
FileDescriptorProto and FileDescriptorSet.
The text was updated successfully, but these errors were encountered: