MCPcopy
hub / github.com/go-task/task / TaskfileDecodeError

Struct TaskfileDecodeError

errors/error_taskfile_decode.go:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14type (
15 TaskfileDecodeError struct {
16 Message string
17 Location string
18 Line int
19 Column int
20 Tag string
21 Snippet string
22 Err error
23 }
24)
25
26func NewTaskfileDecodeError(err error, node *yaml.Node) *TaskfileDecodeError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected