EAnalyticsErrorCodes::Type

Error Codes for a variety of tool errors NOTE: this needs to be kept in sync with iPhonePackager.cs and AutomationTool/Program.cs Any new error added here needs a text string in TranslateErrorCode

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorAnalytics.h

Include

#include "EditorAnalytics.h"

Syntax

namespace EAnalyticsErrorCodes
{
    enum Type
    {
        UATNotFound                            = -1,
        Success                                = 0,
        Unknown                                = 1,
        Arguments                              = 2,
        UnknownCommand                         = 3,
        SDKNotFound                            = 10,
        ProvisionNotFound                      = 11,
        CertificateNotFound                    = 12,
        ManifestNotFound                       = 14,
        KeyNotFound                            = 15,
        ProvisionExpired                       = 16,
        CertificateExpired                     = 17,
        CertificateProvisionMismatch           = 18,
        CodeUnsupported                        = 19,
        PluginsUnsupported                     = 20,
        UnknownCookFailure                     = 25,
        UnknownDeployFailure                   = 26,
        UnknownBuildFailure                    = 27,
        UnknownPackageFailure                  = 28,
        UnknownLaunchFailure                   = 29,
        StageMissingFile                       = 30,
        FailedToCreateIPA                      = 31,
        FailedToCodeSign                       = 32,
        DeviceBackupFailed                     = 33,
        AppUninstallFailed                     = 34,
        AppInstallFailed                       = 35,
        AppNotFound                            = 36,
        StubNotSignedCorrectly                 = 37,
        IPAMissingInfoPList                    = 38,
        DeleteFile                             = 39,
        DeleteDirectory                        = 40,
        CreateDirectory                        = 41,
        CopyFile                               = 42,
        OnlyOneObbFileSupported                = 50,
        FailureGettingPackageInfo              = 51,
        OnlyOneTargetConfigurationSupported    = 52,
        ObbNotFound                            = 53,
        AndroidBuildToolsPathNotFound          = 54,
        NoApkSuitableForArchitecture           = 55,
        FilesInstallFailed                     = 56,
        RemoteCertificatesNotFound             = 57,
        LauncherFailed                         = 100,
        UATLaunchFailure                       = 101,
        FailedToDeleteStagingDirectory         = 102,
        MissingExecutable                      = 103,
        DeviceNotSetupForDevelopment           = 150,
        DeviceOSNewerThanSDK                   = 151,
        TestFailure                            = 152,
        SymbolizedSONotFound                   = 153,
        LicenseNotAccepted                     = 154,
        AndroidOBBError                        = 155,
    }
}

Values

Name

Description

UATNotFound

Success

Unknown

Arguments

UnknownCommand

SDKNotFound

ProvisionNotFound

CertificateNotFound

ManifestNotFound

KeyNotFound

ProvisionExpired

CertificateExpired

CertificateProvisionMismatch

CodeUnsupported

PluginsUnsupported

UnknownCookFailure

UnknownDeployFailure

UnknownBuildFailure

UnknownPackageFailure

UnknownLaunchFailure

StageMissingFile

FailedToCreateIPA

FailedToCodeSign

DeviceBackupFailed

AppUninstallFailed

AppInstallFailed

AppNotFound

StubNotSignedCorrectly

IPAMissingInfoPList

DeleteFile

DeleteDirectory

CreateDirectory

CopyFile

OnlyOneObbFileSupported

FailureGettingPackageInfo

OnlyOneTargetConfigurationSupported

ObbNotFound

AndroidBuildToolsPathNotFound

NoApkSuitableForArchitecture

FilesInstallFailed

RemoteCertificatesNotFound

LauncherFailed

UATLaunchFailure

FailedToDeleteStagingDirectory

MissingExecutable

DeviceNotSetupForDevelopment

DeviceOSNewerThanSDK

TestFailure

SymbolizedSONotFound

LicenseNotAccepted

AndroidOBBError

Remarks

Error Codes for a variety of tool errors NOTE: this needs to be kept in sync with iPhonePackager.cs and AutomationTool/Program.cs Any new error added here needs a text string in TranslateErrorCode

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss