Searched defs:FieldMigrateAnnotationValidationError (Results 1 – 2 of 2) sorted by relevance
122 type FieldMigrateAnnotationValidationError struct { struct123 field string124 reason string125 cause error126 key bool130 func (e FieldMigrateAnnotationValidationError) Field() string { return e.field }133 func (e FieldMigrateAnnotationValidationError) Reason() string { return e.reason }136 func (e FieldMigrateAnnotationValidationError) Cause() error { return e.cause }139 func (e FieldMigrateAnnotationValidationError) Key() bool { return e.key }142 func (e FieldMigrateAnnotationValidationError) ErrorName() string {[all …]