Searched refs:FieldMigrateAnnotationValidationError (Results 1 – 2 of 2) sorted by relevance
122 type FieldMigrateAnnotationValidationError struct { struct130 func (e FieldMigrateAnnotationValidationError) Field() string { return e.field } argument133 func (e FieldMigrateAnnotationValidationError) Reason() string { return e.reason } argument136 func (e FieldMigrateAnnotationValidationError) Cause() error { return e.cause } argument139 func (e FieldMigrateAnnotationValidationError) Key() bool { return e.key } argument142 func (e FieldMigrateAnnotationValidationError) ErrorName() string { argument147 func (e FieldMigrateAnnotationValidationError) Error() string { argument166 var _ error = FieldMigrateAnnotationValidationError{}174 } = FieldMigrateAnnotationValidationError{}