Searched refs:ExtendPropertyError (Results 1 – 4 of 4) sorted by relevance
104 type ExtendPropertyError struct { struct109 func (e *ExtendPropertyError) Error() string { argument113 func extendPropertyErrorf(property string, format string, a ...interface{}) *ExtendPropertyError {114 return &ExtendPropertyError{270 return &ExtendPropertyError{
95 if propertyErr, ok := err.(*proptools.ExtendPropertyError); ok {
166 if propertyErr, ok := err.(*proptools.ExtendPropertyError); ok {
626 if propertyErr, ok := err.(*proptools.ExtendPropertyError); ok {