Searched defs:MigrateAnnotationValidationError (Results 1 – 2 of 2) sorted by relevance
51 type MigrateAnnotationValidationError struct { struct52 field string53 reason string54 cause error55 key bool59 func (e MigrateAnnotationValidationError) Field() string { return e.field }62 func (e MigrateAnnotationValidationError) Reason() string { return e.reason }65 func (e MigrateAnnotationValidationError) Cause() error { return e.cause }68 func (e MigrateAnnotationValidationError) Key() bool { return e.key }71 func (e MigrateAnnotationValidationError) ErrorName() string {[all …]