Searched defs:FieldSecurityAnnotationValidationError (Results 1 – 2 of 2) sorted by relevance
53 type FieldSecurityAnnotationValidationError struct { struct54 field string55 reason string56 cause error57 key bool61 func (e FieldSecurityAnnotationValidationError) Field() string { return e.field }64 func (e FieldSecurityAnnotationValidationError) Reason() string { return e.reason }67 func (e FieldSecurityAnnotationValidationError) Cause() error { return e.cause }70 func (e FieldSecurityAnnotationValidationError) Key() bool { return e.key }73 func (e FieldSecurityAnnotationValidationError) ErrorName() string {[all …]