Home
last modified time | relevance | path

Searched refs:UnpackError (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/proptools/
Dunpack.go30 type UnpackError struct { struct
35 func (e *UnpackError) Error() string { argument
116 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 …]
/build/blueprint/
Dcontext.go1489 if unpackErr, ok := err.(*proptools.UnpackError); ok {