MCPcopy Create free account
hub / github.com/XTLS/REALITY / Error

Method Error

alert.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13type AlertError uint8
14
15func (e AlertError) Error() string {
16 return alert(e).String()
17}
18
19type alert uint8
20

Callers

nothing calls this directly

Calls 2

alertTypeAlias · 0.85
StringMethod · 0.45

Tested by

no test coverage detected