Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Error
Method
Error
coderd/httpapi/httperror/responserror.go:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
)
55
56
func
(e *responseError) Error() string {
57
return
fmt.Sprintf(
"%s: %s"
, e.response.Message, e.response.Detail)
58
}
59
60
func
(e *responseError) Status() int {
61
return
e.status
Callers
15
InternalServerError
Function · 0.45
Read
Function · 0.45
TestInternalServerError
Function · 0.45
TestHeartbeatClose
Function · 0.45
heartbeatCloseWith
Function · 0.45
TestDuration
Function · 0.45
UInt
Method · 0.45
Int
Method · 0.45
Int64
Method · 0.45
PositiveInt32
Method · 0.45
PositiveInt64
Method · 0.45
NullableBoolean
Method · 0.45
Calls
no outgoing calls
Tested by
3
TestInternalServerError
Function · 0.36
TestHeartbeatClose
Function · 0.36
TestDuration
Function · 0.36