DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ ErrorCaught()

static bool OnlineServices::ErrorCaught ( EBiosError error)
inlinestaticprotected

См. определение в файле OnlineServices.c строка 82

83 {
84 switch ( error )
85 {
86 case EBiosError.OK:
87 {
88 return false;
89 }
90 }
91
92 DebugPrint.LogErrorAndTrace( string.Format("BiosClientServices Error: %1", ErrorModuleHandler.GetClientMessage(ErrorCategory.BIOSError, error)) );
93 return true;
94 }
EBiosError
Possible Error codes for bios API. This is the list of errors that can be returned from bios API....
Определения BIOSErrorModule.c:7
void DebugPrint()
Определения CacheObject.c:97
ErrorCategory
ErrorCategory - To decide what ErrorHandlerModule needs to be called and easily identify where it cam...
Определения ErrorModuleHandler.c:5

Перекрестные ссылки ErrorModuleHandler::GetClientMessage() и DebugPrint::LogErrorAndTrace().

Используется в LoadMPPrivilege(), LoadPermissions(), LoadVoicePrivilege(), OnAutoConnectToEmptyServer(), BiosSessionService::OnEnterGameplaySession(), OnFriendsAsync(), OnGetServerModList(), BiosSessionService::OnGetSessionError(), BiosUserManager::OnJoin(), OnLoadMPPrivilege(), OnLoadServersAsync(), OnLoadVoicePrivilege(), OnPermissionsAsync(), BiosPackageService::OnPromptUpdate(), BiosSessionService::OnSetActivity(), BiosSessionService::OnShowInviteToGameplaySession(), BiosPackageService::OnShowStore(), BiosUserManager::OnUserDatabaseId(), BiosUserManager::OnUserLoggedOn(), BiosUserManager::OnUserPicked(), OnUserProfileAsync() и ShowInviteScreen().