MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / ErrorCode

TypeAlias ErrorCode

internal/apierror/apierror.go:27–27  ·  view source on GitHub ↗

ErrorCode defines a string type to represent specific error codes used in the API.

Source from the content-addressed store, hash-verified

25
26// ErrorCode defines a string type to represent specific error codes used in the API.
27type ErrorCode string
28
29// Predefined error codes to represent different error conditions.
30const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected