Searched refs:UnpackError (Results 1 – 2 of 2) sorted by relevance
30 type UnpackError struct { struct35 func (e *UnpackError) Error() string { argument116 ctx.errs = append(ctx.errs, &UnpackError{130 &UnpackError{fmt.Errorf("property %q already defined", name), property.ColonPos})132 &UnpackError{fmt.Errorf("<-- previous definition here"), first.property.ColonPos}) {273 &UnpackError{284 ctx.addError(&UnpackError{318 ctx.addError(&UnpackError{401 return value, &UnpackError{412 return value, &UnpackError{[all …]
1489 if unpackErr, ok := err.(*proptools.UnpackError); ok {