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

Method Error

userapi/api/api.go:491–493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

489}
490
491func (e *ErrorConflict) Error() string {
492 return "Conflict: " + e.Message
493}
494
495// Conflict is an enum representing what to do when encountering conflicting when creating profiles/devices
496type Conflict int

Callers 14

NewInternalAPIFunction · 0.45
onMessageMethod · 0.45
InputAccountDataMethod · 0.45
PerformDeviceUpdateMethod · 0.45
QueryAccessTokenMethod · 0.45
QueryPushRulesMethod · 0.45
AddRoutesFunction · 0.45
addRoutesLoginTokenFunction · 0.45
PerformKeyBackupMethod · 0.45
QueryKeyBackupMethod · 0.45
getMemoryStatsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected