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

Method Err

roomserver/api/input.go:107–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107func (r *InputRoomEventsResponse) Err() error {
108 if r.ErrMsg == "" {
109 return nil
110 }
111 if r.NotAllowed {
112 return &gomatrixserverlib.NotAllowed{
113 Message: r.ErrMsg,
114 }
115 }
116 return fmt.Errorf("InputRoomEventsResponse: %s", r.ErrMsg)
117}

Callers 15

PerformInviteMethod · 0.95
performLeaveRoomByIDMethod · 0.95
performJoinRoomByIDMethod · 0.95
SendInputRoomEventsFunction · 0.95
SelectOneTimeKeysMethod · 0.80
InsertOneTimeKeysMethod · 0.80
rowsToUserIDsFunction · 0.80
SelectBatchDeviceKeysMethod · 0.80
SelectOneTimeKeysMethod · 0.80
InsertOneTimeKeysMethod · 0.80
rowsToUserIDsFunction · 0.80

Calls

no outgoing calls

Tested by 1