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

Function ErrRejectProposal

fsm/error.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func ErrRejectProposal() lib.ErrorI {
32 return lib.NewError(lib.CodeRejectProposal, lib.StateMachineModule, "proposal rejected")
33}
34
35func ErrAddressEmpty() lib.ErrorI {
36 return lib.NewError(lib.CodeAddressEmpty, lib.StateMachineModule, "address is empty")

Callers 3

ApproveProposalMethod · 0.85

Calls 1

NewErrorFunction · 0.92

Tested by

no test coverage detected