MCPcopy Index your code
hub / github.com/coder/coder / Error

Method Error

coderd/usage/usagetypes/events.go:85–87  ·  view source on GitHub ↗

Error implements error.

()

Source from the content-addressed store, hash-verified

83
84// Error implements error.
85func (e UnknownEventTypeError) Error() string {
86 return fmt.Sprintf("unknown usage event type: %q", e.EventType)
87}
88
89// ParseEventWithType parses the raw event data into the specified Go type. It
90// fails if there is any unknown fields or extra data after the event. The

Callers 9

TestChecker_NotifyFunction · 0.45
TestChecker_LatestFunction · 0.45
startMethod · 0.45
TestUserPasswordValidateFunction · 0.45
TestUserPasswordCompareFunction · 0.45
TestLazyWithErrorErrFunction · 0.45
TestParseUUIDListFunction · 0.45
TestLimitWriterFunction · 0.45
TestParse_ParseErrorFunction · 0.45

Calls

no outgoing calls

Tested by 8

TestChecker_NotifyFunction · 0.36
TestChecker_LatestFunction · 0.36
TestUserPasswordValidateFunction · 0.36
TestUserPasswordCompareFunction · 0.36
TestLazyWithErrorErrFunction · 0.36
TestParseUUIDListFunction · 0.36
TestLimitWriterFunction · 0.36
TestParse_ParseErrorFunction · 0.36