Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/daodst/chat
/ Error
Method
Error
clientapi/jsonerror/jsonerror.go:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
func
(e MatrixError) Error() string {
33
return
fmt.Sprintf(
"%s: %s"
, e.ErrCode, e.Err)
34
}
35
36
// InternalServerError returns a 500 Internal Server Error in a matrix-compliant
37
// format.
Callers
15
UnmarshalJSONRequest
Function · 0.45
UnmarshalJSON
Function · 0.45
ParseTSParam
Function · 0.45
TestLoginTypeCosmos_Login
Function · 0.45
Login
Method · 0.45
Login
Method · 0.45
NewSession
Method · 0.45
VerifyUserFromRequest
Function · 0.45
Login
Method · 0.45
LoginFromJSONReader
Function · 0.45
Login
Method · 0.45
LoginFromJSON
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestLoginTypeCosmos_Login
Function · 0.36
TestLimitExceeded
Function · 0.36
TestForbidden
Function · 0.36
TestGoodUserID
Function · 0.36
TestWithLocalpartOnly
Function · 0.36
TestIncorrectDomain
Function · 0.36
TestBadUserID
Function · 0.36
TestFlowCheckingCompleteFlowOrdered
Function · 0.36
TestFlowCheckingStagesFromDifferentFlows
Function · 0.36
TestFlowCheckingCompleteOrderedExtraneous
Function · 0.36
TestFlowCheckingEmptyFlow
Function · 0.36
TestFlowCheckingInvalidStage
Function · 0.36