MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / error

Method error

Telegram/SourceFiles/export/export_api_wrap.cpp:3011–3013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3009}
3010
3011void ApiWrap::error(const MTP::Error &error) {
3012 _errors.fire_copy(error);
3013}
3014
3015void ApiWrap::error(const QString &text) {
3016 error(MTP::Error(

Callers 15

checkingFinishedMethod · 0.45
FlatpakCheckerMethod · 0.45
startLoadingMethod · 0.45
finalizeResolveMethod · 0.45
resolveMethod · 0.45
loadAroundMethod · 0.45
MediaStoryMethod · 0.45
storyExpiredMethod · 0.45
notificationTextMethod · 0.45
createViewMethod · 0.45
webpageApplyFieldsMethod · 0.45
ExtractZipFileFunction · 0.45

Calls 4

errorFunction · 0.85
MTP_stringFunction · 0.85
ErrorClass · 0.50
MTP_intFunction · 0.50

Tested by 3

PortalAutostartFunction · 0.36
GenerateDesktopFileFunction · 0.36
GenerateServiceFileFunction · 0.36