MCPcopy
hub / github.com/google/go-jsonnet / Error

Struct Error

ast/ast.go:364–367  ·  view source on GitHub ↗

--------------------------------------------------------------------------- Error represents the error e.

Source from the content-addressed store, hash-verified

362
363// Error represents the error e.
364type Error struct {
365 Expr Node
366 NodeBase
367}
368
369// ---------------------------------------------------------------------------
370

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected