Home
last modified time | relevance | path

Searched defs:VersioningAnnotationValidationError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/udpa/annotations/
Dversioning.pb.validate.go51 type VersioningAnnotationValidationError struct { struct
52 field string
53 reason string
54 cause error
55 key bool
59 func (e VersioningAnnotationValidationError) Field() string { return e.field }
62 func (e VersioningAnnotationValidationError) Reason() string { return e.reason }
65 func (e VersioningAnnotationValidationError) Cause() error { return e.cause }
68 func (e VersioningAnnotationValidationError) Key() bool { return e.key }
71 func (e VersioningAnnotationValidationError) ErrorName() string {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/annotations/v3/
Dversioning.pb.validate.go51 type VersioningAnnotationValidationError struct { struct
52 field string
53 reason string
54 cause error
55 key bool
59 func (e VersioningAnnotationValidationError) Field() string { return e.field }
62 func (e VersioningAnnotationValidationError) Reason() string { return e.reason }
65 func (e VersioningAnnotationValidationError) Cause() error { return e.cause }
68 func (e VersioningAnnotationValidationError) Key() bool { return e.key }
71 func (e VersioningAnnotationValidationError) ErrorName() string {
[all …]