Searched refs:MigrateAnnotationValidationError (Results 1 – 2 of 2) sorted by relevance
51 type MigrateAnnotationValidationError struct { struct59 func (e MigrateAnnotationValidationError) Field() string { return e.field } argument62 func (e MigrateAnnotationValidationError) Reason() string { return e.reason } argument65 func (e MigrateAnnotationValidationError) Cause() error { return e.cause } argument68 func (e MigrateAnnotationValidationError) Key() bool { return e.key } argument71 func (e MigrateAnnotationValidationError) ErrorName() string { argument76 func (e MigrateAnnotationValidationError) Error() string { argument95 var _ error = MigrateAnnotationValidationError{}103 } = MigrateAnnotationValidationError{}