Versions in this module Expand all Collapse all v0 v0.19.3 Oct 23, 2025 Changes in this version + func WithExecError(err error, inputs, mounts []solver.Result) error + func WithExecErrorWithContext(ctx context.Context, err error, inputs, mounts []solver.Result) error + func WithFileActionError(err error, idx int) error + type ExecError struct + Inputs []solver.Result + Mounts []solver.Result + OwnerBorrowed bool + func (e *ExecError) EachRef(fn func(solver.Result) error) (err error) + func (e *ExecError) Release() error + func (e *ExecError) Unwrap() error + type FileActionError struct + Index int + func (e *FileActionError) ToSubject() serrdefs.IsSolve_Subject + func (e *FileActionError) Unwrap() error