Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithExecErrorWithContext ¶ added in v0.9.0
func WithFileActionError ¶
Types ¶
type ExecError ¶
type ExecError struct { Inputs []solver.Result Mounts []solver.Result OwnerBorrowed bool // contains filtered or unexported fields }
ExecError will be returned when an error is encountered when evaluating an op.
type FileActionError ¶
type FileActionError struct { Index int // contains filtered or unexported fields }
FileActionError will be returned when an error is encountered when solving a fileop.
func (*FileActionError) ToSubject ¶
func (e *FileActionError) ToSubject() serrdefs.IsSolve_Subject
func (*FileActionError) Unwrap ¶
func (e *FileActionError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.