Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/core/v3/
Dextension.pb.validate.go67 type TypedExtensionConfigValidationError struct { struct
68 field string
69 reason string
70 cause error
71 key bool
75 func (e TypedExtensionConfigValidationError) Field() string { return e.field }
78 func (e TypedExtensionConfigValidationError) Reason() string { return e.reason }
81 func (e TypedExtensionConfigValidationError) Cause() error { return e.cause }
84 func (e TypedExtensionConfigValidationError) Key() bool { return e.key }
87 func (e TypedExtensionConfigValidationError) ErrorName() string {
[all …]