Searched defs:TypedExtensionConfigValidationError (Results 1 – 1 of 1) sorted by relevance
67 type TypedExtensionConfigValidationError struct { struct68 field string69 reason string70 cause error71 key bool75 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 …]