MCPcopy
hub / github.com/canopy-network/canopy / ErrEmptyMessage

Function ErrEmptyMessage

lib/error.go:643–645  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

641}
642
643func ErrEmptyMessage() ErrorI {
644 return NewError(CodeEmptyMessage, StateMachineModule, "message is empty")
645}
646
647func ErrNoSavedBlockOrResults() ErrorI {
648 return NewError(CodeNoSavedBlockOrResults, StateMachineModule, "no saved block or results to validate the msg")

Callers 2

CheckMessageMethod · 0.92
CheckBasicMethod · 0.70

Calls 1

NewErrorFunction · 0.70

Tested by

no test coverage detected