MCPcopy
hub / github.com/gin-gonic/gin / Error

Method Error

errors_test.go:112–112  ·  errors_test.go::TestErr.Error
()

Source from the content-addressed store, hash-verified

110type TestErr string
111
112func (e TestErr) Error() string { return string(e) }
113
114// TestErrorUnwrap tests the behavior of gin.Error with "errors.Is()" and "errors.As()".
115// "errors.Is()" and "errors.As()" have been added to the standard library in go 1.13.

Callers 2

TestErrorFunction · 0.45
TestErrorSliceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected