Searched defs:FileMigrateAnnotationValidationError (Results 1 – 2 of 2) sorted by relevance
191 type FileMigrateAnnotationValidationError struct { struct192 field string193 reason string194 cause error195 key bool199 func (e FileMigrateAnnotationValidationError) Field() string { return e.field }202 func (e FileMigrateAnnotationValidationError) Reason() string { return e.reason }205 func (e FileMigrateAnnotationValidationError) Cause() error { return e.cause }208 func (e FileMigrateAnnotationValidationError) Key() bool { return e.key }211 func (e FileMigrateAnnotationValidationError) ErrorName() string {[all …]