MCPcopy
hub / github.com/nirui/sshwifty / Error

Struct Error

application/controller/error.go:23–26  ·  view source on GitHub ↗

Error Controller error

Source from the content-addressed store, hash-verified

21
22// Error Controller error
23type Error struct {
24 code int
25 message string
26}
27
28// NewError creates a new Error
29func NewError(code int, message string) Error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected