EOS_EResult

EOS API reference page for EOS_EResult

26 분 소요

Remarks

Values

EOS_EResult

Enumerated ValueMeaning
EOS_SuccessSuccessful result. no further error processing needed
EOS_NoConnectionFailed due to no connection
EOS_InvalidCredentialsFailed login due to invalid credentials
EOS_InvalidUserFailed due to invalid or missing user
EOS_InvalidAuthFailed due to invalid or missing authentication token for user (e.g. not logged in)
EOS_AccessDeniedFailed due to invalid access
EOS_MissingPermissionsIf the client does not possess the permission required
EOS_Token_Not_AccountIf the token provided does not represent an account
EOS_TooManyRequestsThrottled due to too many requests
EOS_AlreadyPendingAsync request was already pending
EOS_InvalidParametersInvalid parameters specified for request
EOS_InvalidRequestInvalid request
EOS_UnrecognizedResponseFailed due to unable to parse or recognize a backend response
EOS_IncompatibleVersionIncompatible client for backend version
EOS_NotConfiguredNot configured correctly for use
EOS_AlreadyConfiguredAlready configured for use.
EOS_NotImplementedFeature not available on this implementation
EOS_CanceledOperation was canceled (likely by user)
EOS_NotFoundThe requested information was not found
EOS_OperationWillRetryAn error occurred during an asynchronous operation, and it will be retried. Callbacks receiving this result will be called again in the future.
EOS_NoChangeThe request had no effect
EOS_VersionMismatchThe request attempted to use multiple or inconsistent API versions
EOS_LimitExceededA maximum limit was exceeded on the client, different from EOS_TooManyRequests
EOS_DisabledFeature or client ID performing the operation has been disabled.
EOS_DuplicateNotAllowedDuplicate entry not allowed
EOS_MissingParameters_DEPRECATEDRequired parameters are missing. DEPRECATED: This error is no longer used.
EOS_InvalidSandboxIdSandbox ID is invalid
EOS_TimedOutRequest timed out
EOS_PartialResultA query returned some but not all of the requested results.
EOS_Missing_RoleClient is missing the whitelisted role
EOS_Missing_FeatureClient is missing the whitelisted feature
EOS_Invalid_SandboxThe sandbox given to the backend is invalid
EOS_Invalid_DeploymentThe deployment given to the backend is invalid
EOS_Invalid_ProductThe product ID specified to the backend is invalid
EOS_Invalid_ProductUserIDThe product user ID specified to the backend is invalid
EOS_ServiceFailureThere was a failure with the backend service
EOS_CacheDirectoryMissingCache directory is not set in platform options.
EOS_CacheDirectoryInvalidCache directory is not accessible.
EOS_InvalidStateThe request failed because resource was in an invalid state
EOS_RequestInProgressRequest is in progress
EOS_ApplicationSuspendedApplication is suspended
EOS_NetworkDisconnectedNetwork is disconnected
EOS_Auth_AccountLockedAccount locked due to login failures
EOS_Auth_AccountLockedForUpdateAccount locked by update operation.
EOS_Auth_InvalidRefreshTokenRefresh token used was invalid
EOS_Auth_InvalidTokenInvalid access token, typically when switching between backend environments
EOS_Auth_AuthenticationFailureInvalid bearer token
EOS_Auth_InvalidPlatformTokenInvalid platform token
EOS_Auth_WrongAccountAuth parameters are not associated with this account
EOS_Auth_WrongClientAuth parameters are not associated with this client
EOS_Auth_FullAccountRequiredFull account is required
EOS_Auth_HeadlessAccountRequiredHeadless account is required
EOS_Auth_PasswordResetRequiredPassword reset is required
EOS_Auth_PasswordCannotBeReusedPassword was previously used and cannot be reused
EOS_Auth_ExpiredAuthorization code/exchange code has expired
EOS_Auth_ScopeConsentRequiredConsent has not been given by the user
EOS_Auth_ApplicationNotFoundThe application has no profile on the backend
EOS_Auth_ScopeNotFoundThe requested consent wasn't found on the backend
EOS_Auth_AccountFeatureRestrictedThis account has been denied access to login
EOS_Auth_AccountPortalLoadErrorThe overlay failed to load the Account Portal. This can range from general overlay failure, to overlay failed to connect to the web server, to overlay failed to render the web page.
EOS_Auth_CorrectiveActionRequiredAn attempted login has failed due to the user needing to take corrective action on their account.
EOS_Auth_PinGrantCodePin grant code initiated
EOS_Auth_PinGrantExpiredPin grant code attempt expired
EOS_Auth_PinGrantPendingPin grant code attempt pending
EOS_Auth_ExternalAuthNotLinkedExternal auth source did not yield an account
EOS_Auth_ExternalAuthRevokedExternal auth access revoked
EOS_Auth_ExternalAuthInvalidExternal auth token cannot be interpreted
EOS_Auth_ExternalAuthRestrictedExternal auth cannot be linked to his account due to restrictions
EOS_Auth_ExternalAuthCannotLoginExternal auth cannot be used for login
EOS_Auth_ExternalAuthExpiredExternal auth is expired
EOS_Auth_ExternalAuthIsLastLoginTypeExternal auth cannot be removed since it's the last possible way to login
EOS_Auth_ExchangeCodeNotFoundExchange code not found
EOS_Auth_OriginatingExchangeCodeSessionExpiredOriginating exchange code session has expired
EOS_Auth_AccountNotActiveThe account has been disabled and cannot be used for authentication
EOS_Auth_MFARequiredMFA challenge required
EOS_Auth_ParentalControlsParental locks are in place
EOS_Auth_NoRealIdKorea real ID association required but missing
EOS_Friends_InviteAwaitingAcceptanceAn outgoing friend invitation is awaiting acceptance; sending another invite to the same user is erroneous
EOS_Friends_NoInvitationThere is no friend invitation to accept/reject
EOS_Friends_AlreadyFriendsUsers are already friends, so sending another invite is erroneous
EOS_Friends_NotFriendsUsers are not friends, so deleting the friend is erroneous
EOS_Friends_TargetUserTooManyInvitesRemote user has too many invites to receive new invites
EOS_Friends_LocalUserTooManyInvitesLocal user has too many invites to send new invites
EOS_Friends_TargetUserFriendLimitExceededRemote user has too many friends to make a new friendship
EOS_Friends_LocalUserFriendLimitExceededLocal user has too many friends to make a new friendship
EOS_Presence_DataInvalidRequest data was null or invalid
EOS_Presence_DataLengthInvalidRequest contained too many or too few unique data items, or the request would overflow the maximum amount of data allowed
EOS_Presence_DataKeyInvalidRequest contained data with an invalid key
EOS_Presence_DataKeyLengthInvalidRequest contained data with a key too long or too short
EOS_Presence_DataValueInvalidRequest contained data with an invalid value
EOS_Presence_DataValueLengthInvalidRequest contained data with a value too long
EOS_Presence_RichTextInvalidRequest contained an invalid rich text string
EOS_Presence_RichTextLengthInvalidRequest contained a rich text string that was too long
EOS_Presence_StatusInvalidRequest contained an invalid status state
EOS_Ecom_EntitlementStaleThe entitlement retrieved is stale, requery for updated information
EOS_Ecom_CatalogOfferStaleThe offer retrieved is stale, requery for updated information
EOS_Ecom_CatalogItemStaleThe item or associated structure retrieved is stale, requery for updated information
EOS_Ecom_CatalogOfferPriceInvalidThe one or more offers has an invalid price. This may be caused by the price setup.
EOS_Ecom_CheckoutLoadErrorThe checkout page failed to load
EOS_Sessions_SessionInProgressSession is already in progress
EOS_Sessions_TooManyPlayersToo many players to register with this session
EOS_Sessions_NoPermissionClient has no permissions to access this session
EOS_Sessions_SessionAlreadyExistsSession already exists in the system
EOS_Sessions_InvalidLockSession lock required for operation
EOS_Sessions_InvalidSessionInvalid session reference
EOS_Sessions_SandboxNotAllowedSandbox ID associated with auth didn't match
EOS_Sessions_InviteFailedInvite failed to send
EOS_Sessions_InviteNotFoundInvite was not found with the service
EOS_Sessions_UpsertNotAllowedThis client may not modify the session
EOS_Sessions_AggregationFailedBackend nodes unavailable to process request
EOS_Sessions_HostAtCapacityIndividual backend node is as capacity
EOS_Sessions_SandboxAtCapacitySandbox on node is at capacity
EOS_Sessions_SessionNotAnonymousAn anonymous operation was attempted on a non anonymous session
EOS_Sessions_OutOfSyncSession is currently out of sync with the backend, data is saved locally but needs to sync with backend
EOS_Sessions_TooManyInvitesUser has received too many invites
EOS_Sessions_PresenceSessionExistsPresence session already exists for the client
EOS_Sessions_DeploymentAtCapacityDeployment on node is at capacity
EOS_Sessions_NotAllowedSession operation not allowed
EOS_Sessions_PlayerSanctionedSession operation not allowed
EOS_PlayerDataStorage_FilenameInvalidRequest filename was invalid
EOS_PlayerDataStorage_FilenameLengthInvalidRequest filename was too long
EOS_PlayerDataStorage_FilenameInvalidCharsRequest filename contained invalid characters
EOS_PlayerDataStorage_FileSizeTooLargeRequest operation would grow file too large
EOS_PlayerDataStorage_FileSizeInvalidRequest file length is not valid
EOS_PlayerDataStorage_FileHandleInvalidRequest file handle is not valid
EOS_PlayerDataStorage_DataInvalidRequest data is invalid
EOS_PlayerDataStorage_DataLengthInvalidRequest data length was invalid
EOS_PlayerDataStorage_StartIndexInvalidRequest start index was invalid
EOS_PlayerDataStorage_RequestInProgressRequest is in progress
EOS_PlayerDataStorage_UserThrottledUser is marked as throttled which means he can't perform some operations because limits are exceeded.
EOS_PlayerDataStorage_EncryptionKeyNotSetEncryption key is not set during SDK init.
EOS_PlayerDataStorage_UserErrorFromDataCallbackUser data callback returned error (EOS_PlayerDataStorage_EWriteResult::EOS_WR_FailRequest or EOS_PlayerDataStorage_EReadResult::EOS_RR_FailRequest)
EOS_PlayerDataStorage_FileHeaderHasNewerVersionUser is trying to read file that has header from newer version of SDK. Game/SDK needs to be updated.
EOS_PlayerDataStorage_FileCorruptedThe file is corrupted. In some cases retry can fix the issue.
EOS_Connect_ExternalTokenValidationFailedEOS Auth service deemed the external token invalid
EOS_Connect_UserAlreadyExistsEOS Auth user already exists
EOS_Connect_AuthExpiredEOS Auth expired
EOS_Connect_InvalidTokenEOS Auth invalid token
EOS_Connect_UnsupportedTokenTypeEOS Auth doesn't support this token type
EOS_Connect_LinkAccountFailedEOS Auth Account link failure
EOS_Connect_ExternalServiceUnavailableEOS Auth External service for validation was unavailable
EOS_Connect_ExternalServiceConfigurationFailureEOS Auth External Service configuration failure with Dev Portal
EOS_Connect_LinkAccountFailedMissingNintendoIdAccount_DEPRECATEDEOS Auth Account link failure. Tried to link Nintendo Network Service Account without first linking Nintendo Account. DEPRECATED: The requirement has been removed and this error is no longer used.
EOS_UI_SocialOverlayLoadErrorThe social overlay page failed to load
EOS_Lobby_NotOwnerClient has no permissions to modify this lobby
EOS_Lobby_InvalidLockLobby lock required for operation
EOS_Lobby_LobbyAlreadyExistsLobby already exists in the system
EOS_Lobby_SessionInProgressLobby is already in progress
EOS_Lobby_TooManyPlayersToo many players to register with this lobby
EOS_Lobby_NoPermissionClient has no permissions to access this lobby
EOS_Lobby_InvalidSessionInvalid lobby session reference
EOS_Lobby_SandboxNotAllowedSandbox ID associated with auth didn't match
EOS_Lobby_InviteFailedInvite failed to send
EOS_Lobby_InviteNotFoundInvite was not found with the service
EOS_Lobby_UpsertNotAllowedThis client may not modify the lobby
EOS_Lobby_AggregationFailedBackend nodes unavailable to process request
EOS_Lobby_HostAtCapacityIndividual backend node is as capacity
EOS_Lobby_SandboxAtCapacitySandbox on node is at capacity
EOS_Lobby_TooManyInvitesUser has received too many invites
EOS_Lobby_DeploymentAtCapacityDeployment on node is at capacity
EOS_Lobby_NotAllowedLobby operation not allowed
EOS_Lobby_MemberUpdateOnlyWhile restoring a lost connection lobby ownership changed and only local member data was updated
EOS_Lobby_PresenceLobbyExistsPresence lobby already exists for the client
EOS_Lobby_VoiceNotEnabledOperation requires lobby with voice enabled
EOS_TitleStorage_UserErrorFromDataCallbackUser callback that receives data from storage returned error.
EOS_TitleStorage_EncryptionKeyNotSetUser forgot to set Encryption key during platform init. Title Storage can't work without it.
EOS_TitleStorage_FileCorruptedDownloaded file is corrupted.
EOS_TitleStorage_FileHeaderHasNewerVersionDownloaded file's format is newer than client SDK version.
EOS_Mods_ModSdkProcessIsAlreadyRunningModSdk process is already running. This error comes from the EOSSDK.
EOS_Mods_ModSdkCommandIsEmptyModSdk command is empty. Either the ModSdk configuration file is missing or the manifest location is empty.
EOS_Mods_ModSdkProcessCreationFailedCreation of the ModSdk process failed. This error comes from the SDK.
EOS_Mods_CriticalErrorA critical error occurred in the external ModSdk process that we were unable to resolve.
EOS_Mods_ToolInternalErrorA internal error occurred in the external ModSdk process that we were unable to resolve.
EOS_Mods_IPCFailureA IPC failure occurred in the external ModSdk process.
EOS_Mods_InvalidIPCResponseA invalid IPC response received in the external ModSdk process.
EOS_Mods_URILaunchFailureA URI Launch failure occurred in the external ModSdk process.
EOS_Mods_ModIsNotInstalledAttempting to perform an action with a mod that is not installed. This error comes from the external ModSdk process.
EOS_Mods_UserDoesNotOwnTheGameAttempting to perform an action on a game that the user doesn't own. This error comes from the external ModSdk process.
EOS_Mods_OfferRequestByIdInvalidResultInvalid result of the request to get the offer for the mod. This error comes from the external ModSdk process.
EOS_Mods_CouldNotFindOfferCould not find the offer for the mod. This error comes from the external ModSdk process.
EOS_Mods_OfferRequestByIdFailureRequest to get the offer for the mod failed. This error comes from the external ModSdk process.
EOS_Mods_PurchaseFailureRequest to purchase the mod failed. This error comes from the external ModSdk process.
EOS_Mods_InvalidGameInstallInfoAttempting to perform an action on a game that is not installed or is partially installed. This error comes from the external ModSdk process.
EOS_Mods_CannotGetManifestLocationFailed to get manifest location. Either the ModSdk configuration file is missing or the manifest location is empty
EOS_Mods_UnsupportedOSAttempting to perform an action with a mod that does not support the current operating system.
EOS_AntiCheat_ClientProtectionNotAvailableThe anti-cheat client protection is not available. Check that the game was started using the anti-cheat bootstrapper.
EOS_AntiCheat_InvalidModeThe current anti-cheat mode is incorrect for using this API
EOS_AntiCheat_ClientProductIdMismatchThe ProductId provided to the anti-cheat client helper executable does not match what was used to initialize the EOS SDK
EOS_AntiCheat_ClientSandboxIdMismatchThe SandboxId provided to the anti-cheat client helper executable does not match what was used to initialize the EOS SDK
EOS_AntiCheat_ProtectMessageSessionKeyRequired(ProtectMessage/UnprotectMessage) No session key is available, but it is required to complete this operation
EOS_AntiCheat_ProtectMessageValidationFailed(ProtectMessage/UnprotectMessage) Message integrity is invalid
EOS_AntiCheat_ProtectMessageInitializationFailed(ProtectMessage/UnprotectMessage) Initialization failed
EOS_AntiCheat_PeerAlreadyRegistered(RegisterPeer) Peer is already registered
EOS_AntiCheat_PeerNotFound(UnregisterPeer) Peer does not exist
EOS_AntiCheat_PeerNotProtected(ReceiveMessageFromPeer) Invalid call: Peer is not protected
EOS_AntiCheat_ClientDeploymentIdMismatchThe DeploymentId provided to the anti-cheat client helper executable does not match what was used to initialize the EOS SDK
EOS_AntiCheat_DeviceIdAuthIsNotSupportedEOS Connect DeviceID auth method is not supported for anti-cheat
EOS_RTC_TooManyParticipantsEOS RTC room cannot accept more participants
EOS_RTC_RoomAlreadyExistsEOS RTC room already exists
EOS_RTC_UserKickedThe user kicked out from the room
EOS_RTC_UserBannedThe user is banned
EOS_RTC_RoomWasLeftEOS RTC room was left successfully
EOS_RTC_ReconnectionTimegateExpiredConnection dropped due to long timeout
EOS_RTC_ShutdownInvokedEOS RTC room was left due to platform release
EOS_RTC_UserIsInBlocklistEOS RTC operation failed because the user is in the local user's block list
EOS_ProgressionSnapshot_SnapshotIdUnavailableThe number of available Snapshot IDs have all been exhausted.
EOS_KWS_ParentEmailMissingThe KWS user does not have a parental email associated with the account. The parent account was unlinked or deleted
EOS_KWS_UserGraduatedThe KWS user is no longer a minor and trying to update the parent email
EOS_Android_JavaVMNotStoredEOS Android VM not stored
EOS_Permission_RequiredPatchAvailablePatch required before the user can use the privilege
EOS_Permission_RequiredSystemUpdateSystem update required before the user can use the privilege
EOS_Permission_AgeRestrictionFailureParental control failure usually
EOS_Permission_AccountTypeFailurePremium Account Subscription required but not available
EOS_Permission_ChatRestrictionUser restricted from chat
EOS_Permission_UGCRestrictionUser restricted from User Generated Content
EOS_Permission_OnlinePlayRestrictedOnline play is restricted
EOS_DesktopCrossplay_ApplicationNotBootstrappedThe application was not launched through the Bootstrapper. Desktop crossplay functionality is unavailable.
EOS_DesktopCrossplay_ServiceNotInstalledThe redistributable service is not installed.
EOS_DesktopCrossplay_ServiceStartFailedThe desktop crossplay service failed to start.
EOS_DesktopCrossplay_ServiceNotRunningThe desktop crossplay service is no longer running for an unknown reason.
EOS_UnexpectedErrorAn unexpected error that we cannot identify has occurred.