Searched refs:TypedExtensionConfigValidationError (Results 1 – 1 of 1) sorted by relevance
45 return TypedExtensionConfigValidationError{52 return TypedExtensionConfigValidationError{67 type TypedExtensionConfigValidationError struct { struct75 func (e TypedExtensionConfigValidationError) Field() string { return e.field } argument78 func (e TypedExtensionConfigValidationError) Reason() string { return e.reason } argument81 func (e TypedExtensionConfigValidationError) Cause() error { return e.cause } argument84 func (e TypedExtensionConfigValidationError) Key() bool { return e.key } argument87 func (e TypedExtensionConfigValidationError) ErrorName() string { argument92 func (e TypedExtensionConfigValidationError) Error() string { argument111 var _ error = TypedExtensionConfigValidationError{}[all …]