MCPcopy Create free account
hub / github.com/RiotGames/key-conjurer / Code

Method Code

command/error.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (u UsageError) Code() int {
60 return u.ExitCode
61}
62
63func UnknownRoleError(role, applicationID string) error {
64 return genericError{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected