MCPcopy Create free account
hub / github.com/daodst/chat / Error

Method Error

federationapi/api/api.go:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func (e *FederationClientError) Error() string {
114 return fmt.Sprintf("%s - (retry_after=%s, blacklisted=%v)", e.Err, e.RetryAfter.String(), e.Blacklisted)
115}
116
117type QueryServerKeysRequest struct {
118 ServerName gomatrixserverlib.ServerName

Callers 15

NewInternalAPIFunction · 0.45
TestMainFunction · 0.45
onMessageMethod · 0.45
onMessageMethod · 0.45
onMessageMethod · 0.45
onMessageMethod · 0.45
onDeviceKeyMessageMethod · 0.45
onCrossSigningMessageMethod · 0.45
NewOutgoingQueuesFunction · 0.45
PerformJoinMethod · 0.45
PerformOutboundPeekMethod · 0.45

Calls 1

StringMethod · 0.45

Tested by 3

TestMainFunction · 0.36
TestSendOwnerInviteFunction · 0.36
initFunction · 0.36