This is a list of known error codes / HResult values that are returned by various functions on the Xbox 360. It is by no means a complete list, there are still many results that won’t be listed here.
S_OK
- Value:
0x0
- Note: No note provided
S_FALSE
- Value:
0x1
- Note: No note provided
E_FAIL
- Value:
0x80004005
- Note: No note provided
E_INVALIDARG
- Value:
0x80070057
- Note: No note provided
E_ABORT
- Value:
0x80004004
- Note: No note provided
E_INVALID_DATA
- Value:
0x8007000D
- Note: No note provided
E_OUTOFMEMORY
- Value:
0x8007000E
- Note: No note provided
E_ACCESSDENIED
- Value:
0x80070005
- Note: No note provided
E_USER_EXISTS
- Value:
0x80070524
- Note: No note provided
E_NO_SUCH_USER
- Value:
0x80070525
- Note: No note provided
E_UNEXPECTED
- Value:
0x8000FFFF
- Note: No note provided
XONLINE_E_OVERFLOW
- Value:
0x80150001
- Note: No note provided
XONLINE_E_NO_SESSION
- Value:
0x80150002
- Note: No note provided
XONLINE_E_USER_NOT_LOGGED_ON
- Value:
0x80150003
- Note: No note provided
XONLINE_E_NO_GUEST_ACCESS
- Value:
0x80150004
- Note: No note provided
XONLINE_E_NOT_INITIALIZED
- Value:
0x80150005
- Note: No note provided
XONLINE_E_NO_USER
- Value:
0x80150006
- Note: No note provided
XONLINE_E_INTERNAL_ERROR
- Value:
0x80150007
- Note: No note provided
XONLINE_E_OUT_OF_MEMORY
- Value:
0x80150008
- Note: No note provided
XONLINE_E_TASK_BUSY
- Value:
0x80150009
- Note: No note provided
XONLINE_E_SERVER_ERROR
- Value:
0x8015000A
- Note: No note provided
XONLINE_E_IO_ERROR
- Value:
0x8015000B
- Note: No note provided
XONLINE_E_BAD_CONTENT_TYPE
- Value:
0x8015000C
- Note: No note provided
XONLINE_E_USER_NOT_PRESENT
- Value:
0x8015000D
- Note: No note provided
XONLINE_E_PROTOCOL_MISMATCH
- Value:
0x8015000E
- Note: No note provided
XONLINE_E_INVALID_SERVICE_ID
- Value:
0x8015000F
- Note: No note provided
XONLINE_E_INVALID_REQUEST
- Value:
0x80150010
- Note: No note provided
XONLINE_E_TASK_THROTTLED
- Value:
0x80150011
- Note: No note provided
XONLINE_E_TASK_ABORTED_BY_DUPLICATE
- Value:
0x80150012
- Note: No note provided
XONLINE_E_INVALID_TITLE_ID
- Value:
0x80150013
- Note: No note provided
XONLINE_E_SERVER_CONFIG_ERROR
- Value:
0x80150014
- Note: No note provided
XONLINE_E_END_OF_STREAM
- Value:
0x80150015
- Note: No note provided
XONLINE_E_ACCESS_DENIED
- Value:
0x80150016
- Note: No note provided
XONLINE_E_GEO_DENIED
- Value:
0x80150017
- Note: No note provided
XONLINE_E_UNSUPPORTED_METHOD
- Value:
0x80150018
- Note: XRL has wiredata request for an old/deprecated API-call received from new flash/client (or viceversa)
XONLINE_E_RESOURCE_UNAVAILABLE
- Value:
0x80150019
- Note: FastFail blocked the call
XONLINE_E_AUTHDATA_MISMATCH
- Value:
0x80150020
- Note: values in authdata don’t match those in request
XONLINE_E_ACCESS_TOKEN_ERROR
- Value:
0x80150021
- Note: generic AccessToken error
XONLINE_E_HEALTH_ERROR
- Value:
0x80150022
- Note: non-specific (catch all) health error
XONLINE_E_RESPONSE_ERROR
- Value:
0x80150023
- Note: non-specific (catch all) response error
XONLINE_E_ACTIVE_AUTH_ERROR
- Value:
0x80150024
- Note: non-specific (catch all) active auth error
XONLINE_E_MULTIPLE_USERS
- Value:
0x80150025
- Note: received multiple users when only one is expected
XONLINE_E_CALL_SOURCE_INVALID
- Value:
0x80150026
- Note: No note provided
XONLINE_E_DECRYPTION_ERROR
- Value:
0x80150027
- Note: error decrypting incoming request
XONLINE_E_DESERIALIZATION_ERROR
- Value:
0x80150028
- Note: error deserializing incoming request
XONLINE_E_SERVICE_KEY_ERROR
- Value:
0x80150029
- Note: error accessing service key (generic, look for inner exception, hr)
XONLINE_E_MASTER_KEY_ERROR
- Value:
0x80150030
- Note: error accessing master key (generic, look for inner exception, hr)
XONLINE_E_DATABASE_ERROR
- Value:
0x80150100
- Note: unspecified database error
XONLINE_E_DATABASE_EXECUTE_ERROR
- Value:
0x80150101
- Note: database query failed, typically a sql exception
XONLINE_E_DATABASE_RESULT_ERROR
- Value:
0x80150102
- Note: too many, too few results, or unexpected return value
XONLINE_E_DATABASE_TRANSACTION_ERROR
- Value:
0x80150103
- Note: transaction operation has no transaction
XONLINE_E_DATABASE_PARAMETER_NOT_FOUND
- Value:
0x80150104
- Note: parameter name not found in GetXxxParameter
XONLINE_E_DATABASE_DEADLOCK
- Value:
0x80150105
- Note: sql detected a deadlock and terminated call
XONLINE_E_DATABASE_PARAMETER_INVALID
- Value:
0x80150106
- Note: failed sproc specific parameter validation
XONLINE_E_DATABASE_FOREIGN_KEY_VIOLATION
- Value:
0x80150107
- Note: a SQL operation would have resulted in a foreign key exception
XONLINE_E_DATABASE_DUPLICATE_KEY
- Value:
0x80150108
- Note: duplicate primary or unique key
XONLINE_E_DATABASE_TIMEOUT
- Value:
0x80150109
- Note: what it says, the query did not response within a specified time
XONLINE_E_LOGON_NO_NETWORK_CONNECTION
- Value:
0x80151000
- Note: No note provided
XONLINE_S_LOGON_CONNECTION_ESTABLISHED
- Value:
0x001510F0
- Note: No note provided
XONLINE_E_LOGON_CANNOT_ACCESS_SERVICE
- Value:
0x80151001
- Note: No note provided
XONLINE_E_LOGON_UPDATE_REQUIRED
- Value:
0x80151002
- Note: No note provided
XONLINE_E_LOGON_SERVERS_TOO_BUSY
- Value:
0x80151003
- Note: No note provided
XONLINE_E_LOGON_CONNECTION_LOST
- Value:
0x80151004
- Note: No note provided
XONLINE_E_LOGON_KICKED_BY_DUPLICATE_LOGON
- Value:
0x80151005
- Note: No note provided
XONLINE_E_LOGON_INVALID_USER
- Value:
0x80151006
- Note: No note provided
XONLINE_E_LOGON_FLASH_UPDATE_REQUIRED
- Value:
0x80151007
- Note: No note provided
XONLINE_E_LOGON_TITLE_ACTIVATION_REQUIRED
- Value:
0x80151008
- Note: No note provided
XONLINE_E_LOGON_USER_TITLE_ACTIVATION_REQUIRED
- Value:
0x80151009
- Note: No note provided
XONLINE_E_LOGON_OTHER_TITLE_ACTIVATED
- Value:
0x8015100A
- Note: No note provided
XONLINE_E_LOGON_SG_CONNECTION_TERMINATED
- Value:
0x8015100B
- Note: No note provided
XONLINE_E_LOGON_SG_CONNECTION_TIMEDOUT
- Value:
0x8015100C
- Note: No note provided
XONLINE_E_LOGON_SG_CONNECTION_RESET
- Value:
0x8015100D
- Note: No note provided
XONLINE_E_LOGON_SG_CONNECTION_FAILED
- Value:
0x8015100E
- Note: No note provided
XONLINE_E_LOGON_USER_NOT_TRUSTED
- Value:
0x8015100F
- Note: No note provided
XONLINE_E_LOGON_USER_RPS_EXPIRED
- Value:
0x80151010
- Note: No note provided
XONLINE_E_LOGON_PPLOGIN_PASSWORD_PROBLEM
- Value:
0x80151011
- Note: No note provided
XONLINE_E_LOGON_PPLOGIN_VERIFICATION_REQUIRED
- Value:
0x80151012
- Note: No note provided
XONLINE_E_LOGON_USER_UNKNOWN_TRUST
- Value:
0x80151013
- Note: No note provided
XONLINE_E_LOGON_PPLOGIN_MISMATCH
- Value:
0x80151014
- Note: No note provided
XONLINE_E_LOGON_SETTINGS_SYNC_FAILED
- Value:
0x80151015
- Note: No note provided
XONLINE_E_LOGON_SETTINGS_SYNC_CONFLICT
- Value:
0x80151016
- Note: No note provided
XONLINE_E_LOGON_BLOCKED_BY_CURFEW
- Value:
0x80151017
- Note: No note provided
XONLINE_E_SILENT_LOGON_DISABLED
- Value:
0x80151080
- Note: No note provided
XONLINE_E_SILENT_LOGON_NO_ACCOUNTS
- Value:
0x80151081
- Note: No note provided
XONLINE_E_SILENT_LOGON_PASSCODE_REQUIRED
- Value:
0x80151082
- Note: No note provided
XONLINE_E_LOGON_SERVICE_NOT_REQUESTED
- Value:
0x80151100
- Note: No note provided
XONLINE_E_LOGON_SERVICE_NOT_AUTHORIZED
- Value:
0x80151101
- Note: No note provided
XONLINE_E_LOGON_SERVICE_TEMPORARILY_UNAVAILABLE
- Value:
0x80151102
- Note: No note provided
XONLINE_S_LOGON_USER_HAS_MESSAGE
- Value:
0x001512F0
- Note: No note provided
XONLINE_S_LOGON_USER_MESSAGE_ENUMERATION_NEEDED
- Value:
0x001512F1
- Note: No note provided
XONLINE_E_LOGON_USER_ACCOUNT_REQUIRES_MANAGEMENT
- Value:
0x80151200
- Note: No note provided
XONLINE_S_LOGON_COMMIT_USER_CHANGE
- Value:
0x001513F0
- Note: No note provided
XONLINE_S_LOGON_USER_CHANGE_COMPLETE
- Value:
0x001513F1
- Note: No note provided
XONLINE_E_LOGON_CHANGE_USER_FAILED
- Value:
0x80151300
- Note: No note provided
XONLINE_E_LOGON_MU_NOT_MOUNTED
- Value:
0x80151800
- Note: No note provided
XONLINE_E_LOGON_MU_IO_ERROR
- Value:
0x80151801
- Note: No note provided
XONLINE_E_LOGON_NOT_LOGGED_ON
- Value:
0x80151802
- Note: No note provided
XONLINE_E_LOGON_NO_IP_ADDRESS
- Value:
0x80151901
- Note: No note provided
XONLINE_E_LOGON_NO_DNS_SERVICE
- Value:
0x80151902
- Note: No note provided
XONLINE_E_LOGON_DNS_LOOKUP_FAILED
- Value:
0x80151903
- Note: No DNS results were returned for the provided domain. This is also the expected result for Xbox Live related lookups when LiveBlock is enabled in Dashlaunch.
XONLINE_E_LOGON_DNS_LOOKUP_TIMEDOUT
- Value:
0x80151904
- Note: No note provided
XONLINE_E_LOGON_INVALID_XBOX_ONLINE_INFO
- Value:
0x80151905
- Note: No note provided
XONLINE_E_LOGON_MACS_FAILED
- Value:
0x80151906
- Note: No note provided
XONLINE_E_LOGON_MACS_TIMEDOUT
- Value:
0x80151907
- Note: Usually indicates the servers are experiencing problems but can also be an issue with the KV.bin
XONLINE_E_LOGON_AUTHENTICATION_FAILED
- Value:
0x80151908
- Note: No note provided
XONLINE_E_LOGON_AUTHENTICATION_TIMEDOUT
- Value:
0x80151909
- Note: No note provided
XONLINE_E_LOGON_AUTHORIZATION_FAILED
- Value:
0x8015190A
- Note: No note provided
XONLINE_E_LOGON_AUTHORIZATION_TIMEDOUT
- Value:
0x8015190B
- Note: No note provided
XONLINE_E_LOGON_XBOX_ACCOUNT_INVALID
- Value:
0x8015190C
- Note: No note provided
XONLINE_E_LOGON_XBOX_ACCOUNT_BANNED
- Value:
0x8015190D
- Note: No note provided
XONLINE_E_LOGON_SG_SERVICE_FAILED
- Value:
0x8015190E
- Note: No note provided
XONLINE_E_LOGON_PRESENCE_SERVICE_FAILED
- Value:
0x8015190F
- Note: No note provided
XONLINE_E_LOGON_PRESENCE_SERVICE_TIMEDOUT
- Value:
0x80151910
- Note: No note provided
XONLINE_E_LOGON_TIMEDOUT
- Value:
0x80151911
- Note: No note provided
XONLINE_E_LOGON_UNKNOWN_TITLE
- Value:
0x80151912
- Note: No note provided
XONLINE_E_LOGON_INTERNAL_ERROR
- Value:
0x80151913
- Note: No note provided
XONLINE_E_LOGON_MACHINE_AUTHENTICATION_FAILED
- Value:
0x80151914
- Note: No note provided
XONLINE_E_LOGON_TGT_REVOKED
- Value:
0x80151915
- Note: No note provided
XONLINE_E_LOGON_CACHE_MISS
- Value:
0x80151916
- Note: No note provided
XONLINE_E_LOGON_NOT_UPNP_NAT
- Value:
0x80151917
- Note: No note provided
XONLINE_E_LOGON_INCONCLUSIVE_UPNP_NAT
- Value:
0x80151918
- Note: No note provided
XONLINE_E_LOGON_UPNP_NAT_HARD_FAILURE
- Value:
0x80151919
- Note: No note provided
XONLINE_E_LOGON_UPNP_PORT_UNAVAILABLE
- Value:
0x8015191A
- Note: No note provided
XONLINE_E_LOGON_PPLOGIN_OFFLINE
- Value:
0x8015191B
- Note: No note provided
XONLINE_E_LOGON_KERBEROS_BIND_FAILURE
- Value:
0x8015191C
- Note: No note provided
XONLINE_E_LOGON_LIVE_PORT_UNAVAILABLE
- Value:
0x8015191D
- Note: No note provided
XONLINE_E_LOGON_LIVE_PORT_OVERRIDE_UNAVAILABLE
- Value:
0x8015191E
- Note: No note provided
XONLINE_E_LOGON_SG_SERVICE_NIC_MISMATCH
- Value:
0x8015191F
- Note: No note provided
XONLINE_E_LOGON_WLID_XUID_MISMATCH
- Value:
0x80151920
- Note: No note provided
XONLINE_E_LOGON_SU_MANIFEST_MISMATCH
- Value:
0x80151921
- Note: No note provided
XONLINE_E_LOGON_SU_FLASH_MISMATCH
- Value:
0x80151922
- Note: No note provided
XONLINE_E_LOGON_SYSTEM_UPDATE_REQUIRED
- Value:
0x80151923
- Note: No note provided
XONLINE_E_LOGON_UPDATE_NOT_PROPPED
- Value:
0x80151924
- Note: No note provided
XONLINE_E_LOGON_LIVEHIVE_FAILED
- Value:
0x80151925
- Note: No note provided
XONLINE_E_LOGON_INVALID_CONSOLE_ID
- Value:
0x80151926
- Note: No note provided
XONLINE_E_LOGON_XBOX_ACCOUNT_BANNED_TEMP
- Value:
0x80151927
- Note: No note provided
XONLINE_E_LOGON_XBOX_ACCOUNT_BANNED_REPAIR
- Value:
0x80151928
- Note: No note provided
XONLINE_E_LOGON_DUPLICATE_CONSOLE_ID
- Value:
0x80151929
- Note: No note provided
XONLINE_E_LOGON_MISSING_CONSOLE_ID
- Value:
0x8015192A
- Note: No note provided
XONLINE_E_NOTIFICATION_ERROR
- Value:
0x80152000
- Note: No note provided
XONLINE_E_NOTIFICATION_SERVER_BUSY
- Value:
0x80152001
- Note: No note provided
XONLINE_E_NOTIFICATION_LIST_FULL
- Value:
0x80152002
- Note: No note provided
XONLINE_E_NOTIFICATION_BLOCKED
- Value:
0x80152003
- Note: No note provided
XONLINE_E_NOTIFICATION_FRIEND_PENDING
- Value:
0x80152004
- Note: No note provided
XONLINE_E_NOTIFICATION_FLUSH_TICKETS
- Value:
0x80152005
- Note: No note provided
XONLINE_E_NOTIFICATION_TOO_MANY_REQUESTS
- Value:
0x80152006
- Note: No note provided
XONLINE_E_NOTIFICATION_USER_ALREADY_EXISTS
- Value:
0x80152007
- Note: No note provided
XONLINE_E_NOTIFICATION_USER_NOT_FOUND
- Value:
0x80152008
- Note: No note provided
XONLINE_E_NOTIFICATION_OTHER_LIST_FULL
- Value:
0x80152009
- Note: No note provided
XONLINE_E_NOTIFICATION_SELF
- Value:
0x8015200A
- Note: No note provided
XONLINE_E_NOTIFICATION_SAME_TITLE
- Value:
0x8015200B
- Note: No note provided
XONLINE_E_NOTIFICATION_NO_TASK
- Value:
0x8015200C
- Note: No note provided
XONLINE_E_NOTIFICATION_NO_DATA
- Value:
0x8015200D
- Note: No note provided
XONLINE_E_NOTIFICATION_NO_PEER_SUBSCRIBE
- Value:
0x0015200E
- Note: No note provided
XONLINE_E_NOTIFICATION_THREAD_ERROR
- Value:
0x8015200F
- Note: thread wait timeout
XONLINE_E_NOTIFICATION_STATE_ERROR
- Value:
0x80152010
- Note: No note provided
XONLINE_S_NOTIFICATION_NO_PEER_SUBSCRIBE
- Value:
0x0015200E
- Note: No note provided
XONLINE_E_TEAMS_SERVER_BUSY
- Value:
0x80152100
- Note: No note provided
XONLINE_E_TEAMS_TEAM_FULL
- Value:
0x80152101
- Note: No note provided
XONLINE_E_TEAMS_MEMBER_PENDING
- Value:
0x80152102
- Note: No note provided
XONLINE_E_TEAMS_TOO_MANY_REQUESTS
- Value:
0x80152103
- Note: No note provided
XONLINE_E_TEAMS_USER_ALREADY_EXISTS
- Value:
0x80152104
- Note: No note provided
XONLINE_E_TEAMS_USER_NOT_FOUND
- Value:
0x80152105
- Note: No note provided
XONLINE_E_TEAMS_USER_TEAMS_FULL
- Value:
0x80152106
- Note: No note provided
XONLINE_E_TEAMS_SELF
- Value:
0x80152107
- Note: No note provided
XONLINE_E_TEAMS_NO_TASK
- Value:
0x80152108
- Note: No note provided
XONLINE_E_TEAMS_TOO_MANY_TEAMS
- Value:
0x80152109
- Note: No note provided
XONLINE_E_TEAMS_TEAM_ALREADY_EXISTS
- Value:
0x8015210A
- Note: No note provided
XONLINE_E_TEAMS_TEAM_NOT_FOUND
- Value:
0x8015210B
- Note: No note provided
XONLINE_E_TEAMS_INSUFFICIENT_PRIVILEGES
- Value:
0x8015210C
- Note: No note provided
XONLINE_E_TEAMS_NAME_CONTAINS_BAD_WORDS
- Value:
0x8015210D
- Note: No note provided
XONLINE_E_TEAMS_DESCRIPTION_CONTAINS_BAD_WORDS
- Value:
0x8015210E
- Note: No note provided
XONLINE_E_TEAMS_MOTTO_CONTAINS_BAD_WORDS
- Value:
0x8015210F
- Note: No note provided
XONLINE_E_TEAMS_URL_CONTAINS_BAD_WORDS
- Value:
0x80152110
- Note: No note provided
XONLINE_E_TEAMS_NOT_A_MEMBER
- Value:
0x80152111
- Note: No note provided
XONLINE_E_TEAMS_NO_ADMIN
- Value:
0x80152112
- Note: No note provided
XOFF_E_BAD_REQUEST
- Value:
0x80153001
- Note: No note provided
XOFF_E_INVALID_USER
- Value:
0x80153002
- Note: No note provided
XOFF_E_INVALID_OFFER_ID
- Value:
0x80153003
- Note: No note provided
XOFF_E_INELIGIBLE_FOR_OFFER
- Value:
0x80153004
- Note: No note provided
XOFF_E_OFFER_EXPIRED
- Value:
0x80153005
- Note: No note provided
XOFF_E_SERVICE_UNREACHABLE
- Value:
0x80153006
- Note: No note provided
XOFF_E_PURCHASE_BLOCKED
- Value:
0x80153007
- Note: No note provided
XOFF_E_PURCHASE_DENIED
- Value:
0x80153008
- Note: No note provided
XOFF_E_BILLING_SERVER_ERROR
- Value:
0x80153009
- Note: No note provided
XOFF_E_OFFER_NOT_CANCELABLE
- Value:
0x8015300A
- Note: No note provided
XOFF_E_NOTHING_TO_CANCEL
- Value:
0x8015300B
- Note: No note provided
XOFF_E_ALREADY_OWN_MAX
- Value:
0x8015300C
- Note: No note provided
XOFF_E_NO_CHARGE
- Value:
0x8015300D
- Note: No note provided
XOFF_E_PERMISSION_DENIED
- Value:
0x8015300E
- Note: No note provided
XOFF_E_INVALID_PRODUCT
- Value:
0x8015300F
- Note: No note provided
XONLINE_E_BILLING_ERROR
- Value:
0x80153000
- Note: server received incorrectly formatted request
XONLINE_E_OFFERING_BAD_REQUEST
- Value:
0x80153001
- Note: server received incorrectly formatted request
XONLINE_E_OFFERING_INVALID_USER
- Value:
0x80153002
- Note: cannot find account for this user
XONLINE_E_OFFERING_INVALID_OFFER_ID
- Value:
0x80153003
- Note: offer does not exist
DEPRECATED_XONLINE_E_OFFERING_INELIGIBLE_FOR_OFFER
- Value:
0x80153004
- Note: )] private /title not allowed to purchase offer
XONLINE_E_OFFERING_OFFER_EXPIRED
- Value:
0x80153005
- Note: offer no longer available
XONLINE_E_OFFERING_SERVICE_UNREACHABLE
- Value:
0x80153006
- Note: apparent connectivity problems
XONLINE_E_OFFERING_PURCHASE_BLOCKED
- Value:
0x80153007
- Note: this user is not allowed to make purchases
XONLINE_E_OFFERING_PURCHASE_DENIED
- Value:
0x80153008
- Note: this user’s payment is denied by billing provider
XONLINE_E_OFFERING_BILLING_SERVER_ERROR
- Value:
0x80153009
- Note: nonspecific billing provider error
XONLINE_E_OFFERING_OFFER_NOT_CANCELABLE
- Value:
0x8015300A
- Note: either this offer doesn’t exist, or it’s marked as un-cancelable
XONLINE_E_OFFERING_NOTHING_TO_CANCEL
- Value:
0x8015300B
- Note: this user doesn’t have one of these anyways
XONLINE_E_OFFERING_ALREADY_OWN_MAX
- Value:
0x8015300C
- Note: this user already owns the maximum allowed
XONLINE_E_OFFERING_NO_CHARGE
- Value:
0x8015300D
- Note: this is a free offer; no purchase is necessary
XONLINE_E_OFFERING_PERMISSION_DENIED
- Value:
0x8015300E
- Note: permission denied
XONLINE_E_OFFERING_NAME_TAKEN
- Value:
0x8015300F
- Note: Name given to XOnlineVerifyNickname is taken (dosen’t vet)
XONLINE_E_OFFERING_BASE_OFFER_NOT_CANCELABLE
- Value:
0x80153010
- Note: Base subscription not cancelable due to dependent subscriptions
XONLINE_E_AUTOUPD_MACHINE_BLOCKED
- Value:
0x80153011
- Note: No autoupd referrals given because machine puid is blocked
XONLINE_E_OFFERING_INVALID_OFFER_TYPE
- Value:
0x80153012
- Note: PurchaseSubscription called with non-subscription offer or PurchaseContent called with non-content offer
XONLINE_E_OFFERING_INVALID_CONSUME_ITEMS
- Value:
0x80153013
- Note: Consume was called with an asset that had insufficient quantity owned by the user.
XONLINE_E_MULTI_PURCHASE_INVALID_OFFER_TYPE
- Value:
0x80153014
- Note: A multi purchase was requested, but not all of the offers were of the allowed type for a multi-purchase
XONLINE_E_MULTI_PURCHASE_INVALID_PAYMENT_TYPE
- Value:
0x80153015
- Note: A multi purchase was requested with an unsupported payment type
XONLINE_E_OFFERING_PRICE_CHANGED
- Value:
0x80153016
- Note: The client expected a certain price but that price didn’t match the server-defined price
DEPRECATED_XONLINE_E_OFFERING_NOT_ACQUIRABLE
- Value:
0x80153017
- Note: A purchase was attempted on a video offer which is currently not Acquirable
XONLINE_E_PENDING_POINTS_PURCHASE
- Value:
0x80153018
- Note: A points purchase is already pending, and so a new points purchase cannot be started
XONLINE_E_OFFERING_SUBSCRIPTION_NOT_FOUND
- Value:
0x80153019
- Note: User has no subscription for given service component or service id
XONLINE_E_OFFERING_UNKNOWN_OFFER_TYPE
- Value:
0x8015301A
- Note: Unknown offer type.
XONLINE_E_OFFERING_UNKNOWN_PAYMENT_TYPE
- Value:
0x8015301B
- Note: Unknown payment type.
DEPRECATED_XONLINE_E_OFFERING_INVALID_SOURCE_MACHINE
- Value:
0x8015301C
- Note: The source machine is not allowed to participate in license transfers of this type
DEPRECATED_XONLINE_E_OFFERING_INVALID_DEST_MACHINE
- Value:
0x8015301D
- Note: The destination machine is not allowed to participate in license transfers of this type
DEPRECATED_XONLINE_S_OTHER_LICENSE_TRANSFER_FAILED
- Value:
0x0015301E
- Note: Success code indicating that the license transfer succeeded for the calling user, but one or more licenses on the box belonging to other users could not be migrated.
XONLINE_S_USER_OWNS_NO_LICENSES
- Value:
0x0015301F
- Note: Success code indicating that the license transfer aborted for the calling user because he does not own any licenses on the old console.
XONLINE_E_MEDIA_INSTANCE_NOT_ACQUIRABLE
- Value:
0x80153020
- Note: Success code indicating that the license transfer aborted for the calling user because he does not own any licenses on the old console.
XONLINE_E_PURCHASE_PENDING
- Value:
0x80153021
- Note: The user has a pending purchase transaction already. Please wait and try again later.
XONLINE_E_OFFERING_OFFER_MISCONFIGURED
- Value:
0x80153022
- Note: offer exists but is misconfigured in some way
XONLINE_E_OFFERING_OFFER_NOT_VISIBLE
- Value:
0x80153023
- Note: offer exists but has a visibilityDate in the future
XONLINE_E_OFFERING_VISIBLITY_STATUS_NOT_ALLOWED
- Value:
0x80153024
- Note: offer exists but has a visibilityStatusId that does not allow purchase
XONLINE_E_OFFERING_GRANTS_NOTHING
- Value:
0x80153025
- Note: offer exists but currently grants no mediaInstances, so purchase was blocked
XONLINE_E_OFFERING_INVALID_PAYMENT_TYPE
- Value:
0x80153026
- Note: offer does not allow the given payment type
XONLINE_E_OFFERING_MEDIA_TYPE_MISMATCH
- Value:
0x80153027
- Note: offer media type in the catalog does not match the given media type
XONLINE_E_MULTI_PURCHASE_INVALID_PLATFORM_TYPE
- Value:
0x80153028
- Note: A multi purchase was requested from a platform type that either could not be determed or is unsupported.
XONLINE_E_BILLING_NOT_CONNECTED
- Value:
0x80153029
- Note: connection to billing system is not configured
XONLINE_E_OFFERING_MISSING_RESULTS
- Value:
0x8015302A
- Note: expected additional results from sproc
XONLINE_E_OFFERING_PAYMENT_INFO_TOO_LONG
- Value:
0x8015302B
- Note: length of payment info exceeds width of database columsn
XONLINE_E_OFFERING_MIGRATION_ERROR
- Value:
0x8015302C
- Note: error migrating xbox1 offer to xenon offer
XONLINE_E_GEOFENCING_LOOKUP_ERROR
- Value:
0x8015302D
- Note: geofencing returned an exception during lookup
XONLINE_E_GEOFENCING_RETURNED_NULL
- Value:
0x8015302E
- Note: returned null from IP lookup
XONLINE_E_OFFERING_VERIFY_TOKEN_ERROR
- Value:
0x8015302F
- Note: exception while verifying token
XONLINE_E_BILLING_USER_QUEUED
- Value:
0x80153030
- Note: operation not allowed because user is queued
XONLINE_E_BILLING_KEY_NOT_FOUND
- Value:
0x80153031
- Note: billing provider key is not configured
XONLINE_E_BILLING_COUNTRY_ID_NOT_FOUND
- Value:
0x80153032
- Note: invalid country id
XONLINE_E_BILLING_LOCALE_NOT_FOUND
- Value:
0x80153033
- Note: locale not found
XONLINE_E_BILLING_QUEUED_ACCOUNT_NOT_FOUND
- Value:
0x80153034
- Note: error loading billing queue item
XONLINE_E_OFFERING_AUTOUPD_ERROR
- Value:
0x80153035
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_BANNER_LIST_ERROR
- Value:
0x80153036
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_CONTENT_AVAILABLE_ERROR
- Value:
0x80153037
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_CONTENT_DETAILS_ERROR
- Value:
0x80153038
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_CONTENT_ENUMERATE_ERROR
- Value:
0x80153039
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_CONTENT_HISTORY_ERROR
- Value:
0x8015303A
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_CONTENT_REFERRAL_ERROR
- Value:
0x8015303B
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_CONTENT_UPDATE_ERROR
- Value:
0x8015303C
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_ENUMERATE_GENRES_ERROR
- Value:
0x8015303D
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_ENUMERATE_TITLES_ERROR
- Value:
0x8015303E
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_FIND_MEDIA_INSTANCE_URLS_ERROR
- Value:
0x8015303F
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_GET_TITLE_ACTIVATION_ERROR
- Value:
0x80153040
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_GET_TITLE_DETAILS_ERROR
- Value:
0x80153041
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_IN_GAME_CONTENT_AVAILABLE_ERROR
- Value:
0x80153042
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_IN_GAME_CONTENT_ENUMERATE_ERROR
- Value:
0x80153043
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_DETAILS_ERROR
- Value:
0x80153044
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_DETAILS_NO_USER_ERROR
- Value:
0x80153045
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_SUBSCRIPTION_DETAILS_ERROR
- Value:
0x80153046
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_CANCEL_ERROR
- Value:
0x80153047
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_PURCHASE_OFFERS_ERROR
- Value:
0x80153048
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_SUBSCRIPTION_ENUMERATE_ERROR
- Value:
0x80153049
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_VERIFY_NICKNAME_ERROR
- Value:
0x8015304A
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_CONTENT_REFRESH_LICENSE_ERROR
- Value:
0x8015304B
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_GET_POINTS_PURCHASE_STATUS_ERROR
- Value:
0x8015304C
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_GET_REVOCATION_LIST_ERROR
- Value:
0x8015304D
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_OFFER_PURCHASE_ERROR
- Value:
0x8015304E
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_PURCHASE_MUSIC_ERROR
- Value:
0x8015304F
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_CREATE_CERTIFICATE_ERROR
- Value:
0x80153050
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_PURCHASE_GAMERTAG_ERROR
- Value:
0x80153051
- Note: non-specific (catch all) api error
XONLINE_E_BILLING_PAYMENT_INFO_NOT_FOUND_ERROR
- Value:
0x80153052
- Note: payment info not found
XONLINE_E_BILLING_FRIENDLY_NAME_NOT_FOUND_ERROR
- Value:
0x80153053
- Note: friendly name not found
XONLINE_E_BILLING_CANNOT_SPECIFY_ANNIVERSARY_DATE_ERROR
- Value:
0x80153054
- Note: anniversary date was specified
XONLINE_E_BILLING_CANNOT_SPECIFY_ACCOUNT_ID_ERROR
- Value:
0x80153055
- Note: account id was specified
XONLINE_E_BILLING_CANNOT_SPECIFY_PAYMENT_ID_ERROR
- Value:
0x80153056
- Note: payment instrument id was specified
XONLINE_E_BILLING_AREA_CODE_NOT_FOUND_ERROR
- Value:
0x80153057
- Note: area code not found
XONLINE_E_BILLING_PHONE_NUMBER_NOT_FOUND_ERROR
- Value:
0x80153058
- Note: phone number not found
XONLINE_E_BILLING_ADDRESS_NOT_FOUND_ERROR
- Value:
0x80153059
- Note: address not found
XONLINE_E_BILLING_ACCOUNT_HOLDER_NAME_NOT_FOUND_ERROR
- Value:
0x8015305A
- Note: account holder name not found
XONLINE_E_BILLING_ACCOUNT_NUMBER_NOT_FOUND_ERROR
- Value:
0x8015305B
- Note: account number not found
XONLINE_E_BILLING_EXPIRATION_DATE_NOT_FOUND_ERROR
- Value:
0x8015305C
- Note: expiration date not found
XONLINE_E_BILLING_BAD_CREDIT_CARD_TYPE_ERROR
- Value:
0x8015305D
- Note: bad credit card type
XONLINE_E_BILLING_BRANCH_CODE_NOT_FOUND_ERROR
- Value:
0x8015305E
- Note: expiration date not found
XONLINE_E_BILLING_EXTERNAL_REFERENCE_ID_NOT_FOUND
- Value:
0x8015305F
- Note: external reference id not found
XONLINE_E_BILLING_WHOLESALE_PARTNER_NOT_FOUND
- Value:
0x80153060
- Note: wholesale partner id not found
XONLINE_E_BILLING_ENCRYPTED_PASSWORD_NOT_FOUND
- Value:
0x80153061
- Note: encrypted password id not found
XONLINE_E_BILLING_STREET_1_NOT_FOUND_ERROR
- Value:
0x80153062
- Note: street 1 id not found
XONLINE_E_BILLING_CITY_NOT_FOUND_ERROR
- Value:
0x80153063
- Note: city id not found
XONLINE_E_BILLING_COUNTRY_CODE_NOT_FOUND_ERROR
- Value:
0x80153064
- Note: country code not found
XONLINE_E_BILLING_CHILD_CONTENT_PURCHASE_NOT_ALLOWED
- Value:
0x80153065
- Note: child accounts not allowed to purchase content in the user’s country
XONLINE_E_BILLING_CALCULATE_TAX_ERROR
- Value:
0x80153066
- Note: non-specific error calling SCS CalculateTax
XONLINE_E_BILLING_SUBMIT_ORDER_ERROR
- Value:
0x80153067
- Note: non-specific error calling SCS SubmitOrder
XONLINE_E_BILLING_SCS_SQL_TRANSACTION_FAILED
- Value:
0x80153068
- Note: a SQL transaction failed during an SCS SubmitOrder purchase
XONLINE_E_BILLING_SCS_TRANSACTION_NOT_FOUND
- Value:
0x80153069
- Note: the SCS SubmitOrder tracking guid could not be found
XONLINE_E_BILLING_SCS_TRANSACTION_CANCELLED
- Value:
0x8015306A
- Note: the SCS SubmitOrder tracking guid has already been cancelled
XONLINE_E_BILLING_SCS_TRANSACTION_UNEXPECTED_STATE
- Value:
0x8015306B
- Note: the SCS SubmitOrder tracking guid was found with an unexpected status id
XONLINE_E_BILLING_CHILD_OFFER_PURCHASE_NOT_ALLOWED
- Value:
0x8015306C
- Note: child accounts not allowed to purchase offer in user’s country
XONLINE_E_OFFERING_ASSET_CONSUME_ERROR
- Value:
0x8015306D
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_ASSET_ENUMERATE_ERROR
- Value:
0x8015306E
- Note: non-specific (catch all) api error
XONLINE_E_OFFERING_SIGN_ASSETS_ERROR
- Value:
0x8015306F
- Note: non-specific (catch all) api error
XONLINE_E_BILLING_FINBUS_MISSING_XNA_CREATOR_ID_ERROR
- Value:
0x80153070
- Note: Media purchased is of type XNA Community Game but catalog looking did not find an XNA Creator Id
XONLINE_E_BILLING_CTP_COMMUNICATION_ERROR
- Value:
0x80153075
- Note: Error raised when we communication exception is received from CTP
XONLINE_E_BILLING_CTP_VALIDATION_RENEWAL_ERROR
- Value:
0x80153076
- Note: Renewal Path Error
XONLINE_E_BILLING_CTP_INVALIDRESPONSE
- Value:
0x80153077
- Note: Multiple nodes returned for Purchase call.Should not be happening.
XONLINE_E_BILLING_CTP_AUTHORIZATION
- Value:
0x80153078
- Note: CTP Auth error
XONLINE_E_BILLING_CTP_INVALID_PAYMENT
- Value:
0x80153079
- Note: Payment instrument errors
XONLINE_E_BILLING_CTP_INVALID_TRACKING_GUID
- Value:
0x8015307A
- Note: Invalid Tracking Guid
XONLINE_E_BILLING_CTP_INVALID_PAYMENTPROVIDER
- Value:
0x8015307B
- Note: Invalid Payment Provider
XONLINE_E_BILLING_CTP_INVALID_CALLINGPARTNER
- Value:
0x8015307C
- Note: Invalid Calling partner
XONLINE_E_BILLING_CTP_INVALID_ITEM
- Value:
0x8015307D
- Note: Invalid Purchase Item passed
XONLINE_E_BILLING_CTP_INVALID_TRANSACTIONSTATUS
- Value:
0x8015307E
- Note: Invalid Transaction status
XONLINE_E_BILLING_CTP_UNKNOWN
- Value:
0x8015307F
- Note: Unknown Error
XONLINE_E_BILLING_CTP_INVALID_OFFER_NOTFOUND
- Value:
0x80153080
- Note: OfferId not found for Billing OfferId
XONLINE_E_BILLING_CTP_NOTSUPPORTED_MEDIATYPE
- Value:
0x80153081
- Note: Mediatype not supported
XONLINE_E_BILLING_CTP_INVALID_TOKEN
- Value:
0x80153082
- Note: Token is invalid
XONLINE_E_BILLING_CTP_INVALID_SUB_OFFER_COUNT
- Value:
0x80153083
- Note: More than one offer found for subscription purchase
XONLINE_E_OFFERING_GET_LEGACYOFFER_ERROR
- Value:
0x80153084
- Note: Error encountered looking up legacy offerId
XONLINE_E_OFFERING_GET_OFFERINSTANCE_ERROR
- Value:
0x80153085
- Note: Error looking up the mapping for OfferInstance and Offer
XONLINE_E_OFFERING_INVALID_RENEWAL
- Value:
0x80153086
- Note: No renewal path existing
XONLINE_E_OFFERING_MULTIPLE_RENEWAL
- Value:
0x80153087
- Note: Multiple renewal path existing
XONLINE_E_BILLING_CTP_INVALID_TIMEEXTENSION
- Value:
0x80153088
- Note: Time Extension passed is invalid
XONLINE_E_BILLING_CTP_RATING_RULES_ERROR
- Value:
0x80153089
- Note: Invalid rating rules
XONLINE_E_BILLING_CTP_INVALID_MODE
- Value:
0x8015308A
- Note: CTP Convert mode is invalid.Renewal not supported
XONLINE_E_BILLING_CTP_NO_RETRYABLE_PURCHASE
- Value:
0x8015308B
- Note: No retryable items in CTP queue
XONLINE_E_BILLING_CTP_TRANSACTION_NOT_FOUND
- Value:
0x8015308C
- Note: No transaction found update
XONLINE_E_BILLING_CTP_RETRY_INTERVAL_EXCEEDED
- Value:
0x8015308D
- Note: Retry interval exceeded
XONLINE_E_BILLING_CTP_TRANSACTION_SQL_ERROR
- Value:
0x8015308E
- Note: Unknown SQL error
XONLINE_E_BILLING_CTP_QUEUE_ITERATOR_ERROR
- Value:
0x8015308F
- Note: Cannot build Queue Iterator
XONLINE_E_BILLING_CTP_QUEUE_PURCHASE_INTENT_FAILURE
- Value:
0x80153090
- Note: Error creating CTP Purchase intent
XONLINE_E_BILLING_SUBSCRIPTION_CREDIT_VALUE_MAPPING_ERROR
- Value:
0x80153091
- Note: Error loading CTP SubscriptionCreditValue mapping
XONLINE_E_BILLING_BAD_CREDIT_VALUE
- Value:
0x80153092
- Note: Negative credit value configured
XONLINE_E_OFFERING_GET_OFFERINGGUID_ERROR
- Value:
0x80153093
- Note: Error encountered looking up mapping for legacy id to guid
XONLINE_E_OFFERING_GET_LEGACYID_ERROR
- Value:
0x80153094
- Note: Error encountered looking up mapping for guid to legacy id
XONLINE_E_BILLING_CTP_PARTNERCONFIG_UNKNOWN_ERROR
- Value:
0x80153095
- Note: Error encountered during CTP Partner Configuration
XONLINE_E_BILLING_CTP_INVALID_OVERRIDDEN_PRICE
- Value:
0x80153096
- Note: Overridden Price is negative
XONLINE_E_BILLING_NOUNLIST_NOT_CONFIGURED
- Value:
0x80153097
- Note: Noun List not configured for country id
XONLINE_E_BILLING_ADJECTIVELIST_NOT_CONFIGURED
- Value:
0x80153098
- Note: Adjective List not configured for country id
XONLINE_E_OFFERING_FAMILY_TO_CLASSIC_DOWNGRADE_NOT_ALLOWED
- Value:
0x80153099
- Note: Family Gold users cannot purchase a Classic Gold subscription. They must wait for their subscription to expire to Silver before they can downgrade to Gold.
XONLINE_E_BILLING_CTP_DIRECT_DEBIT_NOT_SUPPORTED
- Value:
0x8015309A
- Note: Direct Debit operation like convert is not supported in Mega API
XONLINE_E_OFFERING_FAMILY_DEPENDENT_PURCHASE_NOT_ALLOWED
- Value:
0x8015309B
- Note: Family Gold dependents cannot purchase classic gold or family gold subscriptions
XONLINE_E_OFFERING_FAMILY_CHILD_PURCHASE_NOT_ALLOWED
- Value:
0x8015309C
- Note: Child/Juvenille users cannot purchase family gold subscriptions
XONLINE_E_OFFERING_ALREADY_OWN_MAX_MACHINE
- Value:
0x8015309D
- Note: PPV offer has already been purchased within the past 24 hours on the same machine/device i.e. this user already owns the maximum allowed on the machine – see also XONLINE_E_OFFERING_ALREADY_OWN_MAX
XONLINE_E_OFFERING_LICENSE_AVAILABLE
- Value:
0x8015309E
- Note: There is an existing license available that has not been downloaded and acknowledged for that offer – see also XONLINE_E_OFFERING_ALREADY_OWN_MAX
XONLINE_E_BILLING_CTP_INVALID_PRICE
- Value:
0x8015309F
- Note: Price passed from console does not match compute only
XONLINE_E_BILLING_INVALID_TRACKING_GUID
- Value:
0x801530A0
- Note: Transaction id passed is not valid for this API or user
XONLINE_S_OFFERING_NEW_CONTENT
- Value:
0x00153101
- Note: No note provided
XONLINE_S_OFFERING_NO_NEW_CONTENT
- Value:
0x00153102
- Note: No note provided
XONLINE_E_DMP_TRANSACTION_CANCELLED
- Value:
0x80153200
- Note: the DMP transaction was cancelled
XONLINE_E_DMP_CANT_GRANT_LICENSE
- Value:
0x80153201
- Note: there was an error adding a row to t_licenses
XONLINE_E_DMP_CANT_REMOVE_LICENSE
- Value:
0x80153202
- Note: there was an error removing a row from t_licenses
XONLINE_E_DMP_CANT_MARK_PURCHASE_CANCELLED
- Value:
0x80153203
- Note: there was an error marking a DMP transaction as cancelled
XONLINE_E_DMP_CANCEL_SUCCESSFULL
- Value:
0x80153204
- Note: the call to CancelPurchaseItem returned successfully
XONLINE_E_DMP_CANCEL_TRANS_NOT_FOUND
- Value:
0x80153205
- Note: the call to CancelPurchaseItem returned “transaction not found”
XONLINE_E_DMP_CANT_MARK_PURCHASE_SUCCESS
- Value:
0x80153206
- Note: there was an error marking a DMP transaction as successfull
XONLINE_E_DMP_UNEXPECTED_STATE
- Value:
0x80153207
- Note: the DMP transaction service encountered an unexpected state
XONLINE_E_DMP_TRANSACTION_NOT_FOUND
- Value:
0x80153208
- Note: the DMP transaction guid could not be found in the table
XONLINE_S_DMP_TRANSACTION_ALREADY_CANCELLED
- Value:
0x00153209
- Note: the DMP transaction has already been cancelled
XONLINE_S_DMP_NO_CANCELABLE_TRANSACTIONS
- Value:
0x0015320A
- Note: there are no DMP purchase transactions to be cancelled
XONLINE_E_DMP_CANT_MARK_PURCHASE_CANCEL_FAILED
- Value:
0x8015320B
- Note: there was an error marking a DMP transaction as cancelFailed
XONLINE_S_DMP_NO_RETRYABLE_REWARD
- Value:
0x0015320C
- Note: there are no DMP reward transactions to be retriedg
XONLINE_E_DMP_INVALID_REWARD
- Value:
0x8015320D
- Note: the reward does not exist or is misconfigured
XONLINE_E_DMP_SQL_TRANSACTION_FAILED
- Value:
0x8015320E
- Note: a transaction failed to complete during a DMP operation
XONLINE_S_DMP_RETRY_INTERVAL_EXCEEDED
- Value:
0x0015320F
- Note: a transaction was moved more to failure state because the retry interval was exceeded
XONLINE_E_DMP_E_DELEGATE_NOT_SUPPORTED
- Value:
0x80153210
- Note: delegation not supported
XONLINE_E_DMP_E_DESTINATION_ZERO
- Value:
0x80153211
- Note: error in destination puid’s account
XONLINE_E_DMP_E_INVALID_DESTINATION_ACCOUNT
- Value:
0x80153212
- Note: destination billing account is invalid
XONLINE_E_DMP_E_MAX_BALANCE_TRANSFER_PROVISIONAL_EXCEEDED
- Value:
0x80153213
- Note: transfer maximum exceeded
XONLINE_E_DMP_E_SOURCE_TRANSFER_PUIDS_SAME
- Value:
0x80153214
- Note: source and destination puids are the same
XONLINE_E_DMP_E_SOURCE_ZERO
- Value:
0x80153215
- Note: error in source puid’s account
XONLINE_E_DMP_E_ZERO_NEGTIVE_TRANSFER
- Value:
0x80153216
- Note: error when source has zero points in account
XONLINE_E_DMP_E_RISK_UNEXPECTED_RESULT
- Value:
0x80153217
- Note: Unexpected error in Risk data
XONLINE_S_NO_RETRYABLE_SCS_PURCHASES
- Value:
0x00153300
- Note: there are no retryable SCS::PurchaseItem transactions
XONLINE_E_SCS_TRANSACTION_NOT_FOUND
- Value:
0x80153301
- Note: the SCS transaction guid could not be found in the table
XONLINE_E_CONTENT_NOT_FOUND
- Value:
0x80153302
- Note: Content not found
XONLINE_E_MACHINE_ID_NOT_FOUND
- Value:
0x80153303
- Note: Machine id not found
XONLINE_E_DMP_E_STATUS_UNREGISTERED
- Value:
0x80153400
- Note: User is not registered with DMP.
XONLINE_E_DMP_E_ORIGINAL_TRANSACTION_NOT_FOUND
- Value:
0x80153401
- Note: The original record was not found, possibly archived
XONLINE_E_DMP_E_DUPLICATE_EXTERNAL_ORDER_ID
- Value:
0x80153402
- Note: returned from OrderItems if a duplicate orderId was passed into wcmusic. Calling GetOrderByExternalOrderId should be called to get the updated status on that transaction, if needed. Otherwise a new externalOrderID needs to be generated.
XONLINE_E_DMP_E_UNKNOWN_ERROR
- Value:
0x80153410
- Note: Generic DMP error. See server event log for specific details about what went wrong.
XONLINE_E_DMP_E_REQUEST_CANNOT_BE_COMPLETED
- Value:
0x80153411
- Note: The request cannot be completed due to user state. If the user is disabled then AddPromotionalBalance cannot be called upon that user.
XONLINE_E_DMP_E_INSUFFICIENT_BALANCE
- Value:
0x80153412
- Note: There is not sufficient balance to support this transaction
XONLINE_E_DMP_E_MAX_BALANCE_EXCEEDED
- Value:
0x80153413
- Note: The result point balance will exceed the policy max balance
XONLINE_E_DMP_E_MAX_ACQUISITION_EXCEEDED
- Value:
0x80153414
- Note: The point amount exceeds the policy max acquisition limit per transaction
XONLINE_E_DMP_E_MAX_CONSUMPTION_EXCEEDED
- Value:
0x80153415
- Note: The user consumption per period of time would exceed the policy limit
XONLINE_E_DMP_E_NO_MORE_PROMO_POINTS
- Value:
0x80153416
- Note: There are no more points to distribute for this tenant sku combination. All the promo points for this partner’s promotional SKU are gone already!
XONLINE_E_DMP_E_PROMOTION_LIMIT_LIFE_MAX
- Value:
0x80153417
- Note: The promotional points user obtained would exceed the sku limit. There is a configurable per user limit on each promotion. The partner sets it in offer modeling time
XONLINE_E_DMP_E_PROMO_EXPIRED
- Value:
0x80153418
- Note: The promotional SKU has expired. The enddate for a promo is a configured limit set by the partner. If a request comes in after that configured deadline then the request is rejected
XONLINE_E_DMP_E_MAX_ACQUISITIONPERSPAN_EXCEEDED
- Value:
0x80153419
- Note: User attempt to acquire more points than is allowed in a given time span
XONLINE_E_DMP_E_TARGETTRANSFER_INITIATED_WITHIN_NO_TRANSFER_WINDOW
- Value:
0x8015341A
- Note: TransferBalance initiated within the no transfer window for the target account
XONLINE_E_DMP_E_COUNTRY_CODE_MISMATCH
- Value:
0x8015341B
- Note: TransferBalance failed because DMP source and destination accounts are in different countries
XONLINE_E_DMP_E_USER_REGISTERED
- Value:
0x8015341C
- Note: RegisterUser called for user already registered with DMP
XONLINE_E_DMP_E_UNKNOWNSERVER_ERROR
- Value:
0x8015341D
- Note: Unknown Server Error.
XONLINE_E_DMP_E_SYSTEM_INTERNAL_ERROR
- Value:
0x8015341E
- Note: A system internal error has occurred.
XONLINE_E_DMP_E_INVALID_SOURCE_ACCOUNT
- Value:
0x8015341F
- Note: Source Account is not in Active State for the Transaction.
XONLINE_E_DMP_E_USER_DISABLED
- Value:
0x80153420
- Note: User is disabled.
XONLINE_E_DMP_E_PROMO_POINTS_UNAVAILIABLE
- Value:
0x80153421
- Note: Promo points is unavailable
XONLINE_E_DMP_E_INVALID_SKU
- Value:
0x80153422
- Note: Sku passed for DMP purchase is invalid
XCBK_E_INVALID_SVC_COMPONENT
- Value:
0x80153500
- Note: No note provided
XCBK_E_SUBSCRIPTION_NOT_FOUND
- Value:
0x80153501
- Note: No note provided
XCBK_E_KEY_NOT_FOUND_IN_MESSAGE
- Value:
0x80153502
- Note: No note provided
XCBK_E_SETTING_KEY_NOT_FOUND
- Value:
0x80153503
- Note: No note provided
XCBK_E_UNAUTHORIZED_REQUEST
- Value:
0x80153504
- Note: No note provided
XCBK_E_UNKNOWN_ERROR
- Value:
0x80153505
- Note: No note provided
XCBK_E_SUBSCRIPTION_ACCOUNT_MISMATCH
- Value:
0x80153506
- Note: No note provided
XONLINE_E_ORANGE_INVALID_REQUEST
- Value:
0x80153601
- Note: No note provided
XONLINE_E_MUSICNET_BEGIN_ERROR_RANGE
- Value:
0x80153700
- Note: marks beginning of musicnet-related error codes
XONLINE_E_MUSICNET_UNKNOWN_ERROR
- Value:
0x80153700
- Note: Generic MusicNet error. See server event log for specific details about what went wrong.
XONLINE_S_MUSICNET_NO_RETRYABLE_PURCHASE_ASSETS
- Value:
0x00153701
- Note: no retryable MusicNet.PurchaseAssets transactions were found
XONLINE_E_MUSICNET_TRANSACTION_NOT_FOUND
- Value:
0x80153702
- Note: the transaction guid could not be found in the table
XONLINE_E_MUSICNET_ORDERITEMS_ITEMS_WITH_ERRORS
- Value:
0x80153703
- Note: a musicnet.orderitems call returned a non-empty itemsWithErrors
XONLINE_E_MUSICNET_INVALID_ORDER_ID
- Value:
0x80153704
- Note: musicnet already has processed the transaction with the specified order id (209)
XONLINE_E_MUSICNET_ACCOUNT_SUSPENDED_OR_CLOSED
- Value:
0x80153705
- Note: the musicnet account referenced has been suspended or is closed (424)
XONLINE_E_MUSICNET_ACCOUNT_ALREADY_SUBSCRIBER
- Value:
0x80153706
- Note: the musicnet account already has an active subscription offer. (216)
XONLINE_E_MUSICNET_INVALID_CANCEL_REQUEST
- Value:
0x80153707
- Note: Invalid cancelation request. This account is already canceled. (204)
XONLINE_E_MUSICNET_SUBSCRIPTION_ACCOUNT_CLOSED
- Value:
0x80153708
- Note: Subscription account closed. (233)
XONLINE_E_MUSICNET_INVALID_SKU_NUMBER
- Value:
0x80153709
- Note: Invalid SKU number. (207)
XONLINE_E_MUSICNET_INVALID_TRANSACTION_DATE
- Value:
0x8015370A
- Note: Transaction date is in the future. Request denied. (206)
XONLINE_E_MUSICNET_ACCOUNT_CANCELED
- Value:
0x8015370B
- Note: This account is canceled. Requested operation not allowed. (205)
XONLINE_E_MUSICNET_INVALID_RESUME_REQUEST
- Value:
0x8015370C
- Note: Invalid resume request. This account is already active. (203)
XONLINE_E_MUSICNET_CANNOT_CHANGE_OFFER
- Value:
0x8015370D
- Note: Cannot change to an offer that is the same as the current offer. (202)
XONLINE_E_MUSICNET_ACCOUNT_HAS_EXPIRED_TRIAL
- Value:
0x8015370E
- Note: This account has an expired trial. Cannot change the queued offer. (201)
XONLINE_E_MUSICNET_ACCOUNT_ALREADY_HAS_TRIAL
- Value:
0x8015370F
- Note: Already have a trial. (228)
XONLINE_E_MUSICNET_TRIAL_OFFER_EXPIRED
- Value:
0x80153710
- Note: Trial offer has expired. (210)
XONLINE_E_MUSICNET_MAXIMUM_PURCHASE_COMPONENTS_EXCEEDED
- Value:
0x80153711
- Note: Maximum number of purchase components per order exceeded. (229)
XONLINE_E_MUSICNET_DUPLICATE_USER_NAME
- Value:
0x80153712
- Note: Duplicate user name found (25)
XONLINE_E_MUSICNET_INSUFFICIENT_FREE_TRACKS
- Value:
0x80153713
- Note: Insufficient free tracks remain to complete purchase (432)
XONLINE_E_MUSICNET_ACCOUNT_ALREADY_HAS_QUEUED_OFFER
- Value:
0x80153714
- Note: Account already has a queued subscription offer (212)
XONLINE_E_MUSICNET_INVALID_SUBSCRIPTION_FREE_PURCHASE
- Value:
0x80153715
- Note: Invalid subscription free purchase type(434)
XONLINE_E_MUSICNET_CONTENT_RIGHT_UNAVAILABLE
- Value:
0x80153716
- Note: Content right not available for requested component(312)
XONLINE_E_MUSICNET_END_ERROR_RANGE
- Value:
0x801537FF
- Note: marks end of musicnet-related error codes
XONLINE_E_WMIS_UNKNOWN_ERROR
- Value:
0x80153800
- Note: Generic WMIS error. See server event log for specific details about what went wrong.
XONLINE_E_WMIS_PURCHASE_DETAILS_NULL
- Value:
0x80153801
- Note: WMIS is returning null on a GetVideoPurchaseDetails call.
XONLINE_E_WMIS_UNKNOWN_ERROR_CONSOLE
- Value:
0x80153802
- Note: Generic WMIS error on the console side. The server should never return this error.
DEPRECATED_XONLINE_E_WMIS_EMPTY_TITLE_TEXT
- Value:
0x80153803
- Note: WMIS GetVideoPurchaseDetails returned an invalid empty title text field.
DEPRECATED_XONLINE_E_SYNCCAST_UNKNOWN_ERROR
- Value:
0x80153900
- Note: Generic SyncCast error. See server event log for specific details about what went wrong.
DEPRECATED_XONLINE_E_SYNCCAST_LICENSE_TOO_LARGE
- Value:
0x80153901
- Note: SyncCast has returned a license too large to return to the client.
DEPRECATED_XONLINE_E_SYNCCAST_LICENSE_EMPTY
- Value:
0x80153902
- Note: SyncCast has returned an empty license when an exception was expected
DEPRECATED_XONLINE_E_SYNCCAST_CLIENT_CERT_INVALID
- Value:
0x80153903
- Note: Client cert is missing or invalid
DEPRECATED_XONLINE_E_SYNCCAST_CLIENT_CERT_ACCESS_DENIED
- Value:
0x80153904
- Note: Client cert access denied on the web service or the offer
DEPRECATED_XONLINE_E_SYNCCAST_INVALID_OFFER_ACTION
- Value:
0x80153905
- Note: An invalid action was requested for the given offer
DEPRECATED_XONLINE_E_SYNCCAST_REACHED_COUNTER_LIMIT
- Value:
0x80153906
- Note: Attempted to fulfill a request beyond the counter limit
DEPRECATED_XONLINE_E_SYNCCAST_REACHED_EXPIRATION_DATE
- Value:
0x80153907
- Note: Attempted to fulfill a request beyond the expiration date
DEPRECATED_XONLINE_E_SYNCCAST_EMPTY_DEVICE_NAME
- Value:
0x80153908
- Note: An empty device name was provided
DEPRECATED_XONLINE_E_SYNCCAST_PLAYER_APP_REVOKED
- Value:
0x80153A00
- Note: The player application has been revoked
DEPRECATED_XONLINE_E_SYNCCAST_PLAYER_APP_SECURITY_UPGRADE
- Value:
0x80153A01
- Note: A security upgrade id required for the player application
DEPRECATED_XONLINE_E_SYNCCAST_DEVICE_REVOKED
- Value:
0x80153A02
- Note: The device has been revoked
DEPRECATED_XONLINE_E_NO_VALID_LICENSE
- Value:
0x80153B01
- Note: No license was available to acquire.
DEPRECATED_XONLINE_E_VOD_LICENSE_EXPIRED
- Value:
0x80153B02
- Note: Could not issue license as the VOD license acquisition window has closed
DEPRECATED_XONLINE_E_NO_SCOID
- Value:
0x80153B03
- Note: Could not retrieve SyncCast OfferId from WMIS
DEPRECATED_XONLINE_E_VOD_INVALID_MACHINE
- Value:
0x80153B04
- Note: Invalid machine. Can only issue licenses to the purchasing machine.
DEPRECATED_XONLINE_E_VOD_LICENSE_DELIVERED
- Value:
0x80153B05
- Note: License has already been delivered and acknowledged
XONLINE_S_FINBUS_NO_RETRYABLE_TRANSACTIONS
- Value:
0x00153C00
- Note: there are no retryable FinBus transactions in the t_finbus_transactions table
XONLINE_E_FINBUS_TRANSACTION_NOT_FOUND
- Value:
0x80153C01
- Note: the FinBus transation does not exist in the t_finbus_transactions table
XONLINE_E_FINBUS_SQL_TRANSACTION_FAILED
- Value:
0x80153C02
- Note: a SQL transaction using the t_finbus_transactions_table failed
XONLINE_E_FINBUS_REDEMPTION_TRANSACTION_FAILED
- Value:
0x80153C03
- Note: there was an error updating the FinBus item’s status to Pending from PrePending
XONLINE_S_FINBUS_RETRY_INTERVAL_EXCEEDED
- Value:
0x00153C04
- Note: a FinBus transaction was moved more to failure state becuase the retry interval was exceeded
XONLINE_E_FINBUS_HEALTH_CHECK_ERROR
- Value:
0x80153C05
- Note: Error calling the finbus health check
XONLINE_E_FINBUS_FAST_FAIL_ERROR
- Value:
0x80153C06
- Note: Fast fail error when calling FinBus endpoint
XONLINE_E_FINBUS_PUBLISH_MESSAGE_ERROR
- Value:
0x80153C07
- Note: non-specific (catch all) FinBus PublishMessage error
XONLINE_E_FINBUS_IS_SERVICE_ALIVE_ERROR
- Value:
0x80153C08
- Note: non-specific (catch all) FinBus IsServiceAlive error
XONLINE_E_TRACKED_API_DUPLICATE_TRACKING_GUID
- Value:
0x80153D00
- Note: duplicate tracking guid found
XONLINE_E_TRACKED_API_DATABASE_ERROR
- Value:
0x80153D01
- Note: error recording tracked api to database
XONLINE_S_ACCOUNTS_NAME_TAKEN
- Value:
0x00000010
- Note: No note provided
XONLINE_E_ACCOUNTS_NAME_TAKEN
- Value:
0x80154000
- Note: No note provided
XONLINE_E_ACCOUNTS_INVALID_KINGDOM
- Value:
0x80154001
- Note: No note provided
XONLINE_E_ACCOUNTS_INVALID_USER
- Value:
0x80154002
- Note: No note provided
XONLINE_E_ACCOUNTS_BAD_CREDIT_CARD
- Value:
0x80154003
- Note: No note provided
XONLINE_E_ACCOUNTS_BAD_BILLING_ADDRESS
- Value:
0x80154004
- Note: No note provided
XONLINE_E_ACCOUNTS_ACCOUNT_BANNED
- Value:
0x80154005
- Note: No note provided
XONLINE_E_ACCOUNTS_PERMISSION_DENIED
- Value:
0x80154006
- Note: No note provided
XONLINE_E_ACCOUNTS_INVALID_VOUCHER
- Value:
0x80154007
- Note: No note provided
XONLINE_E_ACCOUNTS_DATA_CHANGED
- Value:
0x80154008
- Note: unexpected modifications made during request. commit is aborted to avoid overwriting modifcations.
XONLINE_E_ACCOUNTS_VOUCHER_ALREADY_USED
- Value:
0x80154009
- Note: No note provided
XONLINE_E_ACCOUNTS_OPERATION_BLOCKED
- Value:
0x8015400A
- Note: No note provided
XONLINE_E_ACCOUNTS_POSTAL_CODE_REQUIRED
- Value:
0x8015400B
- Note: No note provided
XONLINE_E_ACCOUNTS_TRY_AGAIN_LATER
- Value:
0x8015400C
- Note: No note provided
XONLINE_E_ACCOUNTS_NOT_A_RENEWAL_OFFER
- Value:
0x8015400D
- Note: No note provided
XONLINE_E_ACCOUNTS_RENEWAL_IS_LOCKED
- Value:
0x8015400E
- Note: No note provided
XONLINE_E_ACCOUNTS_VOUCHER_REQUIRED
- Value:
0x8015400F
- Note: No note provided
XONLINE_E_ACCOUNTS_ALREADY_DEPROVISIONED
- Value:
0x80154010
- Note: No note provided
XONLINE_E_ACCOUNTS_INVALID_PRIVILEGE
- Value:
0x80154011
- Note: No note provided
XONLINE_E_ACCOUNTS_INVALID_SIGNED_PASSPORT_PUID
- Value:
0x80154012
- Note: No note provided
XONLINE_E_ACCOUNTS_PASSPORT_ALREADY_LINKED
- Value:
0x80154013
- Note: No note provided
XONLINE_E_ACCOUNTS_MIGRATE_NOT_XBOX1_USER
- Value:
0x80154014
- Note: No note provided
XONLINE_E_ACCOUNTS_MIGRATE_BAD_SUBSCRIPTION
- Value:
0x80154015
- Note: No note provided
XONLINE_E_ACCOUNTS_PASSPORT_NOT_LINKED
- Value:
0x80154016
- Note: No note provided
XONLINE_E_ACCOUNTS_NOT_XENON_USER
- Value:
0x80154017
- Note: No note provided
XONLINE_E_ACCOUNTS_CREDIT_CARD_REQUIRED
- Value:
0x80154018
- Note: No note provided
XONLINE_E_ACCOUNTS_MIGRATE_NOT_XBOXCOM_USER
- Value:
0x80154019
- Note: No note provided
XONLINE_E_ACCOUNTS_NOT_A_VOUCHER_OFFER
- Value:
0x8015401A
- Note: No note provided
XONLINE_E_ACCOUNTS_REACHED_TRIAL_OFFER_LIMIT
- Value:
0x8015401B
- Note: Can’t use trial offer because the limit for this console has already been reached
XONLINE_E_ACCOUNTS_XBOX1_MANAGEMENT_BLOCKED
- Value:
0x8015401C
- Note: A Xenon user is not allowed to access certain features (such as account management) from an xbox1 console
XONLINE_E_ACCOUNTS_OFFLINE_XUID_ALREADY_USED
- Value:
0x8015401D
- Note: The provided offline xuid has already been used to create an account
XONLINE_E_ACCOUNTS_BILLING_PROVIDER_TIMEOUT
- Value:
0x8015401E
- Note: The billing provider operation timed out
XONLINE_E_ACCOUNTS_MIGRATION_OFFER_NOT_FOUND
- Value:
0x8015401F
- Note: The billing offer id for the Xbox1 migration offer was not found
XONLINE_E_ACCOUNTS_UNDER_AGE
- Value:
0x80154020
- Note: Request cannot be processed because user is under-age.
XONLINE_E_ACCOUNTS_XBOX1_LOGON_BLOCKED
- Value:
0x80154021
- Note: The user account is restricted from signing on with Xbox1 titles
XONLINE_E_ACCOUNTS_VOUCHER_INVALID_FOR_TIER
- Value:
0x80154022
- Note: The voucher supplied is valid but not for the user’s tier
XONLINE_E_ACCOUNTS_SWITCH_PASSPORT_QUEUED
- Value:
0x80154023
- Note: The SwitchUserPassport operation was interrupted due to SCS or DB error and will be retried
XONLINE_E_ACCOUNTS_SERVICE_NOT_PROVISIONED
- Value:
0x80154024
- Note: The user account is not provisioned for this service type
XONLINE_E_ACCOUNTS_ACCOUNT_UNBAN_BLOCKED
- Value:
0x80154025
- Note: The user account has been permantely banned and cannot be revoked by a CUST tool
XONLINE_E_ACCOUNTS_SWITCH_PASSPORT_INELIGIBLE
- Value:
0x80154026
- Note: The user has switched passports less than 30 days ago
XONLINE_E_ACCOUNTS_ADDITIONAL_DATA_REQUIRED
- Value:
0x80154027
- Note: The user has not provided address or phone information for XeSetAccountInfo
XONLINE_E_ACCOUNTS_SWITCH_PASSPORT_SCS_PENDING
- Value:
0x80154028
- Note: The user has a pending SCS points purchase request
XONLINE_E_ACCOUNTS_SWITCH_PASSPORT_NO_BIRTHDATE
- Value:
0x80154029
- Note: The user has no birthdate present in their Passport profile
XONLINE_E_ACCOUNTS_GRADUATE_USER_NO_PRIVILEGE
- Value:
0x8015102A
- Note: User does not have privilege to graduate
XONLINE_E_ACCOUNTS_GRADUATE_USER_NOT_CHILD
- Value:
0x8015102B
- Note: User does not have a child account
XONLINE_E_ACCOUNTS_GRADUATE_USER_NOT_ADULT
- Value:
0x8015102C
- Note: User is not an adult (in their country)
XONLINE_E_ACCOUNTS_GRADUATE_USER_NO_PI
- Value:
0x8015102D
- Note: Client didn’t specify payment instrument when one was required
XONLINE_E_ACCOUNTS_GRADUATE_USER_PI_MISMATCH
- Value:
0x8015102E
- Note: User supplied existing payment instrument but personal information does not match
XONLINE_E_ACCOUNTS_GRADUATE_USER_ALREADY
- Value:
0x8015102F
- Note: User supplied is already graduated
XONLINE_E_ACCOUNTS_SWITCH_PASSPORT_ADULT_TO_CHILD
- Value:
0x80154030
- Note: The user has an adult account but is trying to switch to a juvenile Passport
XONLINE_E_ACCOUNTS_GRADUATE_USER_QUEUED
- Value:
0x80151031
- Note: Graduation of the user was queued
XONLINE_E_ACCOUNTS_SWITCH_PASSPORT_NEW_PASSPORT_INELIGIBLE
- Value:
0x80151032
- Note: Cannot switch ownership of the specified account
XONLINE_E_ACCOUNTS_NO_AUTHENTICATION_DATA
- Value:
0x80154033
- Note: no authentication data was provided
XONLINE_E_ACCOUNTS_CLIENT_TYPE_CONFIG_ERROR
- Value:
0x80154034
- Note: npdb configuration of client types in t_multisettings is invalid
XONLINE_E_ACCOUNTS_CLIENT_TYPE_MISSING
- Value:
0x80154035
- Note: client type is missing, was not provided
XONLINE_E_ACCOUNTS_CLIENT_TYPE_INVALID
- Value:
0x80154036
- Note: client type provided is invalid
XONLINE_E_ACCOUNTS_COUNTRY_NOT_AUTHORIZED
- Value:
0x80154037
- Note: service type / client type combination is not authorized for specified country
XONLINE_E_ACCOUNTS_TAG_CHANGE_REQUIRED
- Value:
0x80154038
- Note: account is required to change their gamertag
XONLINE_E_ACCOUNTS_ACCOUNT_SUSPENDED
- Value:
0x80154039
- Note: account is otherwise disabled, banned, suspended, etc. and requires management
XONLINE_E_ACCOUNTS_TERMS_OF_SERVICE_NOT_ACCEPTED
- Value:
0x8015403A
- Note: account is otherwise disabled, banned, suspended, etc. and requires management
XONLINE_E_ACCOUNTS_SET_NO_AGE_OUT_QUEUED
- Value:
0x8015403B
- Note: set passport no age out flag operation has been queued
XONLINE_E_BILLING_USERACCOUNT_USER_NOT_FOUND
- Value:
0x8015403C
- Note: User not found in GetANID call.
XONLINE_E_BILLING_USERACCOUNT_INVALID_CLIENT
- Value:
0x8015403D
- Note: Invalid client in GetANID call.
XONLINE_E_BILLING_USERACCOUNT_XUID_DOES_NOT_MATCH_USER
- Value:
0x8015403E
- Note: Xuid does not match user in GetANID call.
XONLINE_E_ACCOUNTS_MIGRATION_ERROR
- Value:
0x8015403F
- Note: unspecified error migrating an XBOX 1 offer
XONLINE_E_ACCOUNTS_PUID_TO_ANID_ERROR
- Value:
0x80154040
- Note: unspecified error converting puid to anid
XONLINE_E_ACCOUNTS_PASSPORT_LOAD_USER_ERROR
- Value:
0x80154041
- Note: Error loading user by pasport puid
XONLINE_E_ACCOUNTS_SWITCH_PASSPORT_ERROR
- Value:
0x80154042
- Note: unspecified error switching user passport
XONLINE_E_ACCOUNTS_OFFLINE_XUID
- Value:
0x80154043
- Note: offline xuid prevents operation
XONLINE_E_ACCOUNTS_RECOVER_ACCOUNT_ERROR
- Value:
0x80154044
- Note: unspecified error recovering account
XONLINE_E_ACCOUNTS_RENEWAL_ERROR
- Value:
0x80154045
- Note: unspecified subscription renewal error
XONLINE_E_BILLING_USERACCOUNT_CONTACTLIST_GAMERTAGS_ERROR
- Value:
0x80154046
- Note: Failed to talk to ABCH.
XONLINE_E_ACCOUNTS_PUID_TO_ANID_FAILED
- Value:
0x80154047
- Note: Couldn’t transform a puid to an anid.
XONLINE_E_ACCOUNTS_UPDATE_XBOX_COM_ACTIVITY_ERROR
- Value:
0x80154048
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_UPS_GET_PROFILE_ERROR
- Value:
0x80154059
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_UPS_UPDATE_PROFILE_ERROR
- Value:
0x8015404A
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_SET_ACCOUNT_INFO_ERROR
- Value:
0x8015404B
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_ADD_PAYMENT_INSTRUMENT_ERROR
- Value:
0x8015404C
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_PASSPORT_GET_ENCRYPTED_PROXY_PARAMETERS_ERROR
- Value:
0x8015404D
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_PASSPORT_GET_FRIEND_MEMBER_NAME_ERROR
- Value:
0x8015404E
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_PASSPORT_GET_PUID_FROM_MEMBER_NAME_ERROR
- Value:
0x8015404F
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_PASSPORT_GET_SECRET_QUESTIONS_ERROR
- Value:
0x80154050
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_PASSPORT_LOGIN_ERROR
- Value:
0x80154051
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_TERMS_OF_SERVICE_ERROR
- Value:
0x80154052
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_ACCOUNT_STATUS_ERROR
- Value:
0x80154053
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_ARGO_SIGN_IN_ERROR
- Value:
0x80154054
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_ARGO_AUTHENTICATE_ACCOUNT_ERROR
- Value:
0x80154055
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_CHANGE_SUBSCRIPTION_PAYMENT_INSTRUMENT_ERROR
- Value:
0x80154056
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_CLEAR_SUBSCRIPTIONS_ERROR
- Value:
0x80154057
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_CREATE_ACCOUNT_ERROR
- Value:
0x80154058
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_DISABLE_SUBSCRIPTION_ERROR
- Value:
0x80154059
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_ENUMERATE_ELIGIBLE_ERROR
- Value:
0x8015405A
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_ANID_ERROR
- Value:
0x8015405B
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_LINKED_GAMERTAG_ERROR
- Value:
0x8015405C
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_NO_AGE_OUT_ERROR
- Value:
0x8015405D
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_PAYMNET_INFO_ERROR
- Value:
0x8015405E
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_PAYMENT_INSTRUMENTS_ERROR
- Value:
0x8015405F
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_POSTAL_CODE_ERROR
- Value:
0x80154060
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_SUBSCRIPTION_STATUS_ERROR
- Value:
0x80154061
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_USER_INFO_ERROR
- Value:
0x80154062
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GRADUATE_USER_ERROR
- Value:
0x80154063
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_LINK_ACCOUNT_ERROR
- Value:
0x80154064
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_MIGRATE_USER_ERROR
- Value:
0x80154065
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_PASSPORT_GET_USER_DATA_ERROR
- Value:
0x80154066
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_REMOVE_PAYMENT_INSTRUMENT_ERROR
- Value:
0x80154067
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_RESERVE_NAME_ERROR
- Value:
0x80154068
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_RESTORE_ACCOUNT_ERROR
- Value:
0x80154069
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_SET_NO_AGE_OUT_ERROR
- Value:
0x80154070
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_TERMS_OF_USE_ERROR
- Value:
0x80154071
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_SET_PAYMENT_INFO_ERROR
- Value:
0x80154072
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_SET_ACCOUNT_STATUS_ERROR
- Value:
0x80154073
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_SET_USER_PIN_ERROR
- Value:
0x80154074
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_SET_USER_SETTINGS_ERROR
- Value:
0x80154075
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_TROUBLESHOOT_ACCOUNT_ERROR
- Value:
0x80154076
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_UPDATE_PARENTAL_CONTROLS_ERROR
- Value:
0x80154077
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_UPDATE_PAYMENT_INSTRUMENT_ERROR
- Value:
0x80154078
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_VERIFY_BILLING_INFO_ERROR
- Value:
0x80154079
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_VERIFY_BILLING_PIN_ERROR
- Value:
0x8015407A
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_VERIFY_PARENT_CREDIT_CARD_ERROR
- Value:
0x8015407B
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_VERIFY_VOUCHER_ERROR
- Value:
0x8015407C
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_VERIFY_VOUCHER_GET_OFFER_ERROR
- Value:
0x8015407D
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_WEB_GET_USER_SETTINGS_ERROR
- Value:
0x8015407E
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_ACKNOWLEDGE_DOWNGRADE_ERROR
- Value:
0x8015407F
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_ACCOUNT_INFO_ERROR
- Value:
0x80154080
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_ACCOUNT_INFO_FROM_PASSPORT_ERROR
- Value:
0x80154081
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_POINTS_BALANCE_ERROR
- Value:
0x80154082
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_USER_SUBSCRIPTION_DETAILS_ERROR
- Value:
0x80154083
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_USER_TYPE_ERROR
- Value:
0x80154084
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_USER_WEB_INFO_ERROR
- Value:
0x80154085
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_PASSPORT_CHANGE_PASSWORD_ERROR
- Value:
0x80154086
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_PASSPORT_CREATE_ERROR
- Value:
0x80154087
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_PASSPORT_GET_BUDDY_GAMERTAG_ERROR
- Value:
0x80154088
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_RESERVE_GAMERTAG_ERROR
- Value:
0x80154089
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_PASSPORT_GET_MEMBER_NAME_ERROR
- Value:
0x8015408A
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_PAYPAL_UNSUPPORTED_COUNTRY
- Value:
0x8015408B
- Note: PayPal not supported in user’s country
XONLINE_E_ACCOUNTS_CANNOT_REPLACE_VALID_PASSPORT
- Value:
0x8015408D
- Note: No note provided
XONLINE_E_ACCOUNTS_REPLACE_OWNER_PASSPORT_ERROR
- Value:
0x8015408E
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_REPLACE_USER_PASSPORT_ERROR
- Value:
0x8015408F
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_REPLACE_PASSPORT_QUEUED
- Value:
0x80154090
- Note: The XeReplaceUserPassport operation was interrupted due to SCS or DB error and will be retried
XONLINE_E_ACCOUNTS_GET_USER_TENURE_ERROR
- Value:
0x80154091
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_USER_TENURE_DATABASE_ERROR
- Value:
0x80154092
- Note: No note provided
XONLINE_E_ACCOUNTS_SWITCH_USER_DATE_OF_BIRTH_ERROR
- Value:
0x80154093
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_SWITCH_OWNER_PASSPORT_ERROR
- Value:
0x80154094
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_INVALID_OWNER_PASSPORT_ERROR
- Value:
0x80154095
- Note: No note provided
XONLINE_E_ACCOUNTS_GET_SUBSCRIPTION_INFO_ERROR
- Value:
0x80154096
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_GET_BILLING_NOTIFICATIONS_ERROR
- Value:
0x80154097
- Note: no notifications found
XONLINE_E_ACCOUNTS_USER_GET_ACCOUNT_INFO_ERROR
- Value:
0x80154098
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_USER_OPTED_OUT
- Value:
0x80154099
- Note: No note provided
XONLINE_E_ACCOUNTS_GET_USER_TENURE_NO_POLICY
- Value:
0x8015409A
- Note: a configuration error
XONLINE_E_ACCOUNTS_GET_USER_TENURE_NO_TENURE
- Value:
0x8015409B
- Note: No note provided
XONLINE_E_ACCOUNTS_GET_USER_TENURE_NO_LEVELS
- Value:
0x8015409C
- Note: a configuration error
XONLINE_E_ACCOUNTS_GET_USER_TENURE_NO_MILESTONES
- Value:
0x8015409D
- Note: a configuration error
XONLINE_I_ACCOUNTS_GET_USER_TENURE_NO_NEXT_MILESTONE
- Value:
0x0015409E
- Note: a configuration error
XONLINE_E_ACCOUNTS_GET_SUBSCRIPTION_INFO_SILVER_USER
- Value:
0x8015409F
- Note: User is a silver account…
XONLINE_E_ACCOUNTS_CANNOT_UNGRADUATE_USER
- Value:
0x801540A0
- Note: cannot change a user’s birthday from adult to child
XONLINE_E_ACCOUNTS_INVALID_AGE
- Value:
0x801540A1
- Note: cannot change a user’s birthday to a date in the future, or long ago
XONLINE_E_ACCOUNTS_MAX_ACCOUNTS_REACHED
- Value:
0x801540A2
- Note: Max number of xbox accounts created from a machine has been reached
XONLINE_E_ACCOUNTS_GENERATE_GAMERTAG_ERROR
- Value:
0x801540A3
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_USER_FREE_GAMERTAG_CHANGE_NOT_ELIGIBLE_ERROR
- Value:
0x801540A4
- Note: User is not eligible for Free gamertag change
XONLINE_E_ACCOUNTS_GET_CONSOLE_TRUST_LEVEL
- Value:
0x801540A5
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_SET_CONSOLE_TRUST_LEVEL
- Value:
0x801540A6
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_INVALID_CONSOLE_TRUST_LEVEL
- Value:
0x801540A7
- Note: Console Trust Level outside valid range
XONLINE_E_ACCOUNTS_CREATE_MOBILE_ACCOUNT_ERROR
- Value:
0x801540A8
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_ENUM_FAMILY_MEMBERS_ERROR
- Value:
0x801540A9
- Note: Error occurred during call to EnumFamilyMembers API
XONLINE_E_ACCOUNTS_ADD_DEPENDENT_ERROR
- Value:
0x801540AA
- Note: Error occurred during call to AddDependent API
XONLINE_E_ACCOUNTS_INVALID_FAMILY_SUBSCRIPTION
- Value:
0x801540AB
- Note: No corresponding family subscription offer found in catalog.
XONLINE_E_ACCOUNTS_INVALID_DEPENDENT_BASE
- Value:
0x801540AC
- Note: Dependent does not have base subscription
XONLINE_E_ACCOUNTS_INVALID_DEPENDENT_TIER
- Value:
0x801540AD
- Note: Dependent is not silver
XONLINE_E_ACCOUNTS_UNKNOWN_ERROR_CHANGE_STATE
- Value:
0x801540AE
- Note: Unknow error changing the state
XONLINE_E_ACCOUNTS_UNKNOWN_ERROR_MOVE_DEP_SUBSCRIPTION
- Value:
0x801540AF
- Note: Unknow error moving dependent subscription
XONLINE_E_ACCOUNTS_INVALID_COUNTRYID
- Value:
0x801540B0
- Note: CountryDictionary.CountryCode returns null
XONLINE_E_ACCOUNTS_INVALID_GAMERTAG
- Value:
0x801540B1
- Note: VerifyGamerTag rejected gamertag
XONLINE_E_ACCOUNTS_BIRTHDATE_INVALID
- Value:
0x801540B2
- Note: Birthdate Invalid (future)
XONLINE_E_ACCOUNTS_FORBIDDEN_GAMERTAG
- Value:
0x801540B3
- Note: VetName failed for gamertag
XONLINE_E_ACCOUNTS_FAMILY_GOLD_ASSIGNMENT_INELIGIBLE_ERROR
- Value:
0x801540B4
- Note: User is not elegible to be granted dependent gold right in family subscription
XONLINE_E_ACCOUNTS_GET_PARENTAL_CONTROLS_ERROR
- Value:
0x801540B5
- Note: Error in parental controls
XONLINE_E_ACCOUNTS_GET_DEPENDENT_SIGNED_PUID_ERROR
- Value:
0x801540B6
- Note: Error in GetDependentSignedPuid
XONLINE_E_ACCOUNTS_GET_BASE_SUBSCRIPTION_ERROR
- Value:
0x801540B7
- Note: No Base subscription for the user
XONLINE_E_ACCOUNTS_MULTIPLE_ACTIVE_BASE_SUBSCRIPTION
- Value:
0x801540B8
- Note: Multiple Active base subscription
XONLINE_E_ACCOUNTS_NO_ACTIVE_BASE_SUBSCRIPTION
- Value:
0x801540B9
- Note: No Active base subscription
XONLINE_E_ACCOUNTS_INVALID_FAMILYGOLD_CONVERTION_VALUE
- Value:
0x801540BA
- Note: Invalid value configured for Family gold convertion value
XONLINE_E_ACCOUNTS_FAMILY_GOLD_NOT_DEPENDENT_ERROR
- Value:
0x801540BB
- Note: User is not a dependent and can’t be granted a gold seat in a family subscription
XONLINE_E_ACCOUNTS_FAMILY_GOLD_NO_SEATS_REMAIN_ERROR
- Value:
0x801540BC
- Note: A dependent can’t be assigned a gold seat in a family subscription because no seats remain.
XONLINE_E_ACCOUNTS_FAMILY_GOLD_ALREADY_ASSIGNED_ERROR
- Value:
0x801540BD
- Note: A dependent can’t be assigned a gold seat because they already occupy one
XONLINE_E_ACCOUNTS_FAMILY_GOLD_BILLING_REGION_ERROR
- Value:
0x801540BE
- Note: A dependent can’t be assigned a gold seat because their billing region does not match the owner’s
XONLINE_E_ACCOUNTS_FAMILY_GOLD_COOLDOWN_ERROR
- Value:
0x801540BF
- Note: A dependent can’t be assigned a gold seat because the cooldown period has no expired
XONLINE_E_ACCOUNTS_FAMILY_GOLD_TOO_MANY_USERS_ERROR
- Value:
0x801540C0
- Note: A dependent can’t be assigned a gold seat because too many dependents have been assigned to gold seats recently
XONLINE_E_ACCOUNTS_FAMILY_GOLD_UNTRUSTED_CONSOLE_ERROR
- Value:
0x801540C1
- Note: A dependent can’t be assigned a gold seat because the console is not trusted
XONLINE_E_ACCOUNTS_INVALID_MACHINEPUID
- Value:
0x801540C2
- Note: Can’t find the specified machine
XONLINE_E_ACCOUNTS_INVALID_BETA_GROUPID
- Value:
0x801540C3
- Note: Can’t find the specified beta group
XONLINE_E_ACCOUNTS_POINTS_TRANSFER_ERROR
- Value:
0x801540C4
- Note: Unkown error transfering points balance
XONLINE_E_ACCOUNTS_INVALID_DEPENDENT_PRIMARY
- Value:
0x801540C5
- Note: There is no parent child relationship between users
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_ERROR
- Value:
0x801540C7
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_INELIGIBLE
- Value:
0x801540C8
- Note: The user has switched countries less than one year ago
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_INVALID_COUNTRY
- Value:
0x801540C9
- Note: The country requested is not a LIVE-enabled country
XONLINE_E_ACCOUNTS_FAMILY_GOLD_DEPENDENT_HAS_FAMILY
- Value:
0x801540CA
- Note: A dependent can’t be added because they have a family membership.
XONLINE_E_ACCOUNTS_GET_PARENTAL_CONTROL_GROUP_TEMPLATES_ERROR
- Value:
0x801540CB
- Note: Error in GetParentalControlGroupTemplates
XONLINE_E_ACCOUNTS_GET_USER_PARENTAL_CONTROL_GROUP_ERROR
- Value:
0x801540CC
- Note: Error in GetUserParentalControlGroup
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_INVALID_LOCALE
- Value:
0x801540CD
- Note: The locale requested is not a valid LIVE locale
XONLINE_S_ACCOUNTS_SWITCH_USER_COUNTRY_SAME_COUNTRY
- Value:
0x001540CE
- Note: The user requested a switch to the country already associated with their account
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_TRY_AGAIN
- Value:
0x801540CF
- Note: The operation was interrupted or timed out. Retry the call to determine the result.
XONLINE_E_ACCOUNTS_UPDATE_PARENTAL_CONTROL_GROUP_ERROR
- Value:
0x801540D0
- Note: Error in UpdateParentalControlGroup
XONLINE_E_ACCOUNTS_NEGATIVE_POINTS_VALUE
- Value:
0x801540D1
- Note: Negative points value passed
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_ADULT_TO_CHILD
- Value:
0x801540D2
- Note: The user switching is an adult but would be a child in the new country.
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_DATABASE_ERROR
- Value:
0x801540D3
- Note: Database error as part of executing SwitchUserCountry
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_NO_MIGRATION_OFFER
- Value:
0x801540D4
- Note: No migration offer found for SwitchUserCountry
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_SUSPENDED_SUBSCRIPTION
- Value:
0x801540D5
- Note: SwitchUserCountry does not allow migration for users with Xbox subscription which is suspended or expired
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_NON_XBOX_SUBSCRIPTION
- Value:
0x801540D6
- Note: SwitchUserCountry does not allow migration for users with non-Xbox subscriptions such as Zune Pass, XNA Creators’ Club, etc.
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_CHILD_ACCOUNT
- Value:
0x801540D7
- Note: SwitchUserCountry does not allow child accounts to migrate
XONLINE_E_ACCOUNTS_SWITCH_USER_COUNTRY_FAMILY_ACCOUNT
- Value:
0x801540D8
- Note: SwitchUserCountry does not allow family accounts to migrate
XONLINE_E_ACCOUNTS_GET_DEPENDENT_POINTS_BALANCE_ERROR
- Value:
0x801540D9
- Note: Unkown error getting dependent point balance
XONLINE_E_ACCOUNTS_DEPENDENT_MOVE_SUBSCRIPTION
- Value:
0x801540DA
- Note: Error when moving dependents subscription
XONLINE_E_ACCOUNTS_CREDENTIAL_LIST_BY_NAME_ERROR
- Value:
0x801540DB
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_USER_GET_AGE_ERROR
- Value:
0x801540DC
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_USER_GET_AGE_GROUP_ERROR
- Value:
0x801540DD
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_DEPENDENT_USER_IS_OWNER
- Value:
0x801540DE
- Note: Error while creating owner a dependent user
XONLINE_E_ACCOUNTS_OWNER_IS_DEPENDENT
- Value:
0x801540DF
- Note: Error while creating dependent user as owner
XONLINE_E_CREATE_BULK_USER_ERROR
- Value:
0x801540E0
- Note: non-specific (catch all) api error
XONLINE_E_ACCOUNTS_SWITCH_OWNER_PASSPORT_USER_INELIGIBLE
- Value:
0x801540E7
- Note: user attempting to switch owner passport puids does not meet certain requirements
XONLINE_E_MSNRR_BEGIN_ERROR_RANGE
- Value:
0x80154100
- Note: marks beginning of msnrr-related error codes
XONLINE_E_MSNRR_UNKNOWN_ERROR
- Value:
0x80154100
- Note: Generic MSNRR error. See server event log for specific details about what went wrong.
XONLINE_E_MSNRR_INVALID_CONTENT_TYPE_ID
- Value:
0x80154101
- Note: Invalid content type id. This error also occurs if content type does not have a rating attribute or review field.
XONLINE_E_MSNRR_INVALID_ITEM_ID
- Value:
0x80154102
- Note: Invalid item id
XONLINE_E_MSNRR_PUID_CANNOT_BE_ZERO
- Value:
0x80154103
- Note: PUID cannot be zero
XONLINE_E_MSNRR_USE_MULTIPLE_RATING
- Value:
0x80154104
- Note: Content type has multiple rating attribute ids, use the Multiple Rating Interface.
XONLINE_E_MSNRR_INVALID_TRANSACTION_TOKEN
- Value:
0x80154105
- Note: Token does not match request parameters, start over with no token.
XONLINE_E_TOKEN_UNKNOWN_ERROR
- Value:
0x80154200
- Note: Generic token error. See server event log for specific details about what went wrong.
XONLINE_E_TOKEN_FILE_NOT_FOUND
- Value:
0x80154201
- Note: Token File Not Found
XONLINE_E_TOKEN_REQUESTED_TOKENS_EXCEEDS_MAXIMUM_ALLOWABLE
- Value:
0x80154202
- Note: No note provided
XONLINE_E_TOKEN_INVALID_START_PARAMETER
- Value:
0x80154203
- Note: No note provided
XONLINE_E_TOKEN_MALFORMED_TOKEN_ENTRY_FOUND
- Value:
0x80154204
- Note: No note provided
XONLINE_E_TOKEN_MALFORMED_5X5_TOKEN_CODE_FOUND
- Value:
0x80154205
- Note: No note provided
XONLINE_E_TOKEN_FILE_COULD_NOT_BE_DECRYPTED
- Value:
0x80154206
- Note: No note provided
XONLINE_E_TOKEN_EOF_REACHED_BEFORE_ALL_TOKENS_RETRIEVED
- Value:
0x80154207
- Note: No note provided
XONLINE_E_TOKEN_JOB_NOT_IN_REQUIRED_STATE
- Value:
0x80154208
- Note: No note provided
XONLINE_E_TOKEN_NOT_YET_REDEEMABLE
- Value:
0x80154209
- Note: token cannot be redeemed yet because the token category is not flagged as redeemable
XONLINE_E_TOKEN_LOAD_SCS_ERROR
- Value:
0x80154210
- Note: No note provided
XONLINE_E_TOKEN_DUPLICATE_CATEGORY_NAME
- Value:
0x80154211
- Note: A duplicate token category name is found when trying to create a new token category.
XONLINE_E_TOKEN_NO_CATEGORY_FOUND
- Value:
0x80154212
- Note: Cannot find the token category.
XONLINE_E_TOKEN_CATEGORY_READ_ONLY_PROPERTY_CHANGE
- Value:
0x80154213
- Note: The “read only” properties of token category cannot be changed.
XONLINE_E_TOKEN_JOB_DATABASE_ERROR
- Value:
0x80154220
- Note: Unexpected database error manipulating Token Job in NPDB
XONLINE_E_TOKEN_JOB_NOT_FOUND
- Value:
0x80154221
- Note: Token Job either not present or not currently in Pending or abandoned state
XONLINE_E_TOKEN_SEQUENCE_NUMBER_INVALID_INDEX
- Value:
0x80154231
- Note: We can’t generate sequence number because the index is too large.
XONLINE_E_TOKEN_EXPIRED_TOKEN_CATEGORY
- Value:
0x80154232
- Note: Tokens cannot be generated for an expired token category
XONLINE_E_NOTIFICATION_BAD_CONTENT_TYPE
- Value:
0x80155000
- Note: No note provided
XONLINE_E_NOTIFICATION_REQUEST_TOO_SMALL
- Value:
0x80155001
- Note: No note provided
XONLINE_E_NOTIFICATION_INVALID_MESSAGE_TYPE
- Value:
0x80155002
- Note: No note provided
XONLINE_E_NOTIFICATION_NO_ADDRESS
- Value:
0x80155003
- Note: No note provided
XONLINE_E_NOTIFICATION_INVALID_PUID
- Value:
0x80155004
- Note: No note provided
XONLINE_E_NOTIFICATION_NO_CONNECTION
- Value:
0x80155005
- Note: No note provided
XONLINE_E_NOTIFICATION_SEND_FAILED
- Value:
0x80155006
- Note: No note provided
XONLINE_E_NOTIFICATION_RECV_FAILED
- Value:
0x80155007
- Note: No note provided
XONLINE_E_NOTIFICATION_MESSAGE_TRUNCATED
- Value:
0x80155008
- Note: No note provided
XONLINE_E_MATCH_INVALID_SESSION_ID
- Value:
0x80155100
- Note: specified session id does not exist
XONLINE_E_MATCH_INVALID_TITLE_ID
- Value:
0x80155101
- Note: specified title id is zero, or does not exist
XONLINE_E_MATCH_INVALID_DATA_TYPE
- Value:
0x80155102
- Note: attribute ID or parameter type specifies an invalid data type
XONLINE_E_MATCH_REQUEST_TOO_SMALL
- Value:
0x80155103
- Note: the request did not meet the minimum length for a valid request
XONLINE_E_MATCH_REQUEST_TRUNCATED
- Value:
0x80155104
- Note: the self described length is greater than the actual buffer size
XONLINE_E_MATCH_INVALID_SEARCH_REQ
- Value:
0x80155105
- Note: the search request was invalid
XONLINE_E_MATCH_INVALID_OFFSET
- Value:
0x80155106
- Note: one of the attribute/parameter offsets in the request was invalid. Will be followed by the zero based offset number.
XONLINE_E_MATCH_INVALID_ATTR_TYPE
- Value:
0x80155107
- Note: the attribute type was something other than user or session
XONLINE_E_MATCH_INVALID_VERSION
- Value:
0x80155108
- Note: bad protocol version in request
XONLINE_E_MATCH_OVERFLOW
- Value:
0x80155109
- Note: an attribute or parameter flowed past the end of the request
XONLINE_E_MATCH_INVALID_RESULT_COL
- Value:
0x8015510A
- Note: referenced stored procedure returned a column with an unsupported data type
XONLINE_E_MATCH_INVALID_STRING
- Value:
0x8015510B
- Note: string with length-prefix of zero, or string with no terminating null
XONLINE_E_MATCH_STRING_TOO_LONG
- Value:
0x8015510C
- Note: string exceeded 400 characters
XONLINE_E_MATCH_BLOB_TOO_LONG
- Value:
0x8015510D
- Note: blob exceeded 800 bytes
XONLINE_E_MATCH_INVALID_ATTRIBUTE_ID
- Value:
0x80155110
- Note: attribute id is invalid
XONLINE_E_MATCH_SESSION_ALREADY_EXISTS
- Value:
0x80155112
- Note: session id already exists in the db
XONLINE_E_MATCH_CRITICAL_DB_ERR
- Value:
0x80155115
- Note: critical error in db
XONLINE_E_MATCH_NOT_ENOUGH_COLUMNS
- Value:
0x80155116
- Note: search result set had too few columns
XONLINE_E_MATCH_PERMISSION_DENIED
- Value:
0x80155117
- Note: incorrect permissions set on search sp
XONLINE_E_MATCH_INVALID_PART_SCHEME
- Value:
0x80155118
- Note: title specified an invalid partitioning scheme
XONLINE_E_MATCH_INVALID_PARAM
- Value:
0x80155119
- Note: bad parameter passed to sp
XONLINE_E_MATCH_DATA_TYPE_MISMATCH
- Value:
0x8015511D
- Note: data type specified in attr id did not match type of attr being set
XONLINE_E_MATCH_SERVER_ERROR
- Value:
0x8015511E
- Note: error on server not correctable by client
XONLINE_E_MATCH_NO_USERS
- Value:
0x8015511F
- Note: no authenticated users in search request.
XONLINE_E_MATCH_INVALID_BLOB
- Value:
0x80155120
- Note: invalid blob attribute
XONLINE_E_MATCH_TOO_MANY_USERS
- Value:
0x80155121
- Note: too many users in search request
XONLINE_E_MATCH_INVALID_FLAGS
- Value:
0x80155122
- Note: invalid flags were specified in a search request
XONLINE_E_MATCH_PARAM_MISSING
- Value:
0x80155123
- Note: required parameter not passed to sp
XONLINE_E_MATCH_TOO_MANY_PARAM
- Value:
0x80155124
- Note: too many paramters passed to sp or in request structure
XONLINE_E_MATCH_DUPLICATE_PARAM
- Value:
0x80155125
- Note: a paramter was passed to twice to a search procedure
XONLINE_E_MATCH_TOO_MANY_ATTR
- Value:
0x80155126
- Note: too many attributes in the request structure
XONLINE_E_MATCH_CONCURRENT_REQ_CONFLICT
- Value:
0x80155127
- Note: this request conflicted with another that was in progress
XONLINE_E_MATCH_SESSION_TYPE_MISMATCH
- Value:
0x80155128
- Note: this request was operation of a row type (breadcrumb vs. sandwich) which mismatched.
XONLINE_E_MATCH_LOCK_ALREADY_RELEASED
- Value:
0x80155129
- Note: the session was expected to be locked, but it was actually unlocked..
XONLINE_E_SESSION_NOT_FOUND
- Value:
0x80155200
- Note: the specified session was not found
XONLINE_E_SESSION_INSUFFICIENT_PRIVILEGES
- Value:
0x80155201
- Note: the requester does not have permissions to perform this operation
XONLINE_E_AUDIT_INVALID_SUBSYSTEM
- Value:
0x80155300
- Note: use specified unknown subsystem
XONLINE_E_AUDIT_NO_SETTING
- Value:
0x80155301
- Note: npdb setting for subsystem does not defined
XONLINE_E_AUDIT_LOG_FAILURE
- Value:
0x80155302
- Note: error writing to audit log (database)
XONLINE_E_FSE_ERROR
- Value:
0x80155380
- Note: generic unhandled fse exception
XONLINE_E_FSE_BOOKMARK_INVALID_SETTING
- Value:
0x80155381
- Note: invalid bookmark setting (range)
XONLINE_E_FSE_BOOKMARK_NO_SETTING
- Value:
0x80155382
- Note: missing bookmark setting
XONLINE_E_FSE_HANDLER_MISSING
- Value:
0x80155388
- Note: application page or result handler is missing
XONLINE_E_FSE_HANDLER_CREATE_ERROR
- Value:
0x80155389
- Note: unhandled application exception derializing result
XONLINE_E_FSE_HANDLER_MERGE_ERROR
- Value:
0x8015538A
- Note: unhandled application exception merge pages
XONLINE_E_FSE_HANDLER_EXTRACT_ERROR
- Value:
0x8015538B
- Note: unhandled application exception extracting from page
XONLINE_E_FSE_HANDLER_SPLIT_ERROR
- Value:
0x8015538C
- Note: unhandled application exception splitting page
XONLINE_E_FSE_CACHE_INVALID_EXPIRATION
- Value:
0x80155390
- Note: invalid cache expriation time
XONLINE_E_FSE_CACHE_KEY_TOO_LONG
- Value:
0x80155391
- Note: cache key is longer than xbanc configuration setting
XONLINE_S_FSE_CACHE_ENTRY_FOUND
- Value:
0x00155392
- Note: cache entry found successfully
XONLINE_E_FSE_CACHE_TIMEOUT
- Value:
0x80155393
- Note: timeout waiting for cache entry
XONLINE_E_FSE_CACHE_ERROR
- Value:
0x80155394
- Note: exception thrown out of xbanc proxy
XONLINE_E_FSE_CACHE_QUERY_ERROR
- Value:
0x80155395
- Note: exception thrown out of xbanc proxy
XONLINE_E_FSE_CACHE_INSERT_ERROR
- Value:
0x80155396
- Note: exception thrown out of xbanc proxy
XONLINE_E_FSE_CONFIG_METHOD_NOT_FOUND
- Value:
0x801553A0
- Note: configured method was not found
XONLINE_E_FSE_CONFIG_NO_INTERFACE
- Value:
0x801553A1
- Note: no interface for configured method
XONLINE_E_FSE_CONFIG_PARAM_ERROR
- Value:
0x801553A2
- Note: parameter configuration is invalid (couldn’t be parsed)
XONLINE_E_FSE_CONFIG_UNKNOWN_TYPE
- Value:
0x801553A3
- Note: unknown parameter type (won’t be able to convert)
XONLINE_E_FSE_CONFIG_MIN_OCCURS_INVALID
- Value:
0x801553A4
- Note: minOccurs < 0
XONLINE_E_FSE_CONFIG_MAX_OCCURS_INVALID
- Value:
0x801553A5
- Note: maxOccurs < 1
XONLINE_E_FSE_CONFIG_OCCURENCE_INVERSION
- Value:
0x801553A6
- Note: minOccurs > maxOccurs
XONLINE_E_FSE_CONFIG_DUPLICATE_DELEGATE
- Value:
0x801553A7
- Note: parameter delegate already exists
XONLINE_E_FSE_CONFIG_PAGE_SIZE_INVALID
- Value:
0x801553A8
- Note: cache page size or db page size are invalid
XONLINE_E_FSE_DATABASE_ERROR
- Value:
0x801553B0
- Note: generic database error
XONLINE_E_FSE_DATABASE_CONNECT_ERROR
- Value:
0x801553B1
- Note: generic database connection error
XONLINE_E_FSE_DATABASE_EXECUTE_ERROR
- Value:
0x801553B2
- Note: generic database execute error
XONLINE_E_FSE_METHOD_ERROR
- Value:
0x801553C0
- Note: generic method error
XONLINE_E_FSE_METHOD_NOT_FOUND
- Value:
0x801553C1
- Note: method called by user does not exist
XONLINE_E_FSE_METHOD_RETRY_COUNT_EXCEEDED
- Value:
0x801553C2
- Note: retry count exceeded when calling database
XONLINE_E_FSE_METHOD_RESULT_NOT_PAGED
- Value:
0x801553C3
- Note: error constructing paged result
XONLINE_E_FSE_PARAM_LIST_INVALID
- Value:
0x801553D0
- Note: number of names and values do not match
XONLINE_E_FSE_PARAM_MISSING
- Value:
0x801553D1
- Note: missing required (non-optional) parameter
XONLINE_E_FSE_PARAM_UNEXPECTED
- Value:
0x801553D2
- Note: extra unrecognized / unexpected parameter
XONLINE_E_FSE_PARAM_INTERNAL_ERROR
- Value:
0x801553D3
- Note: internal programming error
XONLINE_E_FSE_PARAM_TOO_MANY
- Value:
0x801553D4
- Note: too many parameters
XONLINE_E_FSE_PARAM_INVALID_VALUE
- Value:
0x801553D5
- Note: invalid param value (fails regex checks)
XONLINE_E_FSE_PARAM_CONVERSION_ERROR
- Value:
0x801553D6
- Note: error converting value to configured type
XONLINE_E_FSE_PARAM_DELEGATE_FAILURE
- Value:
0x801553D7
- Note: a parameter modifying delegate defined by the application threw an exception
XONLINE_E_FSE_PARAM_IS_NULL
- Value:
0x801553D8
- Note: required parameter is null
XONLINE_E_FSE_PARAM_TOO_FEW
- Value:
0x801553D9
- Note: number of values are is too few
XONLINE_E_FSE_PARAM_INTERNAL
- Value:
0x801553DA
- Note: supplied parameter is internal only
XONLINE_E_FSE_PARAM_RESERVED
- Value:
0x801553DB
- Note: supplied parameter name is reserved
XONLINE_E_FSE_BIN_ERROR_EXECUTING
- Value:
0x801553E0
- Note: Error executing the FsePlugin
XONLINE_E_FSE_BIN_ERROR_CONSTRUCTING
- Value:
0x801553E1
- Note: Error contructing the FsePlugin
XONLINE_E_CATALOG_INVALID_DETAIL_VIEW
- Value:
0x80155400
- Note: detail view value is invalid
XONLINE_E_CATALOG_INVALID_OFFER_FILTER_LEVEL
- Value:
0x80155401
- Note: offer filter level value is invalid
XONLINE_E_CATALOG_INVALID_ORDER_BY
- Value:
0x80155402
- Note: order by value is invalid
XONLINE_E_CATALOG_INVALID_ORDER_DIRECTION
- Value:
0x80155403
- Note: order direction value is invalid
XONLINE_E_CATALOG_INVALID_RANKING_TYPE
- Value:
0x80155404
- Note: invalid ranking type in full text search
XONLINE_E_CATALOG_INVALID_LOCALE
- Value:
0x80155405
- Note: invalid locale in full text search
XONLINE_E_CATALOG_INVALID_VIDEO_FILTER
- Value:
0x80155406
- Note: invalid video filter in FindVideos
XONLINE_E_CATALOG_INVALID_EDITORIAL_PRIV
- Value:
0x80155407
- Note: invalid editorial privilege
XONLINE_E_CATALOG_INVALID_SETTING
- Value:
0x80155410
- Note: catalog service could not process a setting update
XONLINE_E_CATALOG_ERROR
- Value:
0x80155411
- Note: unspecified catalog error
XONLINE_E_CATALOG_DESERIALIZATION_ERROR
- Value:
0x80155412
- Note: could not deserialize catalog result
XONLINE_E_CATALOG_SUBSCRIPTIONS_INVALID_ARGS
- Value:
0x80155413
- Note: Invalid Argument passed to FindSubscriptionProducts API
XONLINE_E_SVCTUNNEL_ERROR
- Value:
0x80155480
- Note: unspecified svctunnel error
XONLINE_E_SVCTUNNEL_TIMEOUT
- Value:
0x80155481
- Note: svctunnel timeout error
XONLINE_E_SVCTUNNEL_GET_USER_INFO_ERROR
- Value:
0x80155482
- Note: unspecified svctunnel get user info error
XONLINE_E_SVCTUNNEL_SEND_USER_FEEDBACK_ERROR
- Value:
0x80155483
- Note: unspecified svctunnel send feedback error
XONLINE_E_SVCTUNNEL_GET_GAMERTAG_ERROR
- Value:
0x80155484
- Note: unspecified svctunnel get gamertag error
XONLINE_E_SVCTUNNEL_GET_USER_ID_ERROR
- Value:
0x80155485
- Note: unspecified svctunnel get user id error
XONLINE_E_SVCTUNNEL_GET_FRIENDS_ERROR
- Value:
0x80155486
- Note: unspecified svctunnel get friends error
XONLINE_E_SVCTUNNEL_GET_MESSAGES_ERROR
- Value:
0x80155487
- Note: unspecified svctunnel get messages error
XONLINE_E_SVCTUNNEL_FRIEND_REQUEST_ERROR
- Value:
0x80155488
- Note: unspecified svctunnel friend request error
XONLINE_E_SVCTUNNEL_GAME_INVITE_ERROR
- Value:
0x80155489
- Note: unspecified svctunnel game invite error
XONLINE_E_SVCTUNNEL_MUTE_USER_ERROR
- Value:
0x8015548A
- Note: unspecified svctunnel mute user error
XONLINE_E_SVCTUNNEL_SET_NOTIFICATION_ERROR
- Value:
0x8015548B
- Note: unspecified svctunnel set notification error
XONLINE_E_XCRYPTO_ERROR
- Value:
0x80155500
- Note: Generic error
XONLINE_E_XCRYPTO_CONFIG_ERROR
- Value:
0x80155501
- Note: NPDB configuration error.
XONLINE_E_XCRYPTO_KEY_ERROR
- Value:
0x80155502
- Note: Error creating crypto key.
XONLINE_E_XCRYPTO_CACHE_ERROR
- Value:
0x80155503
- Note: Error creating / refreshing a cache. Most likely due to a key error.
XONLINE_E_XCRYPTO_REQUEST_FAILED
- Value:
0x80155504
- Note: An xcrypto request has failed.
XONLINE_E_XCRYPTO_NCIPHER_ERROR
- Value:
0x80155505
- Note: Error calling down into nCipher wrap, which goes down to the nCipher hardware device.
XONLINE_E_MESSAGE_INVALID_MESSAGE_ID
- Value:
0x80155A01
- Note: the specified message was not found
XONLINE_E_MESSAGE_PROPERTY_DOWNLOAD_REQUIRED
- Value:
0x80155A02
- Note: the property was too large to fit into the details block, it must be retrieved separately using XOnlineMessageDownloadAttachmentxxx
XONLINE_E_MESSAGE_PROPERTY_NOT_FOUND
- Value:
0x80155A03
- Note: the specified property tag was not found
XONLINE_E_MESSAGE_NO_VALID_SENDS_TO_REVOKE
- Value:
0x80155A04
- Note: no valid sends to revoke were found
XONLINE_E_MESSAGE_NO_MESSAGE_DETAILS
- Value:
0x80155A05
- Note: the specified message does not have any details
XONLINE_E_MESSAGE_INVALID_TITLE_ID
- Value:
0x80155A06
- Note: an invalid title ID was specified
XONLINE_E_MESSAGE_SENDER_BLOCKED
- Value:
0x80155A07
- Note: a send failed because the recipient has blocked the sender
XONLINE_E_MESSAGE_MAX_DETAILS_SIZE_EXCEEDED
- Value:
0x80155A08
- Note: the property couldn’t be added because the maximum details size would be exceeded
XONLINE_E_MESSAGE_INVALID_MESSAGE_TYPE
- Value:
0x80155A09
- Note: No note provided
XONLINE_E_MESSAGE_USER_OPTED_OUT
- Value:
0x80155A0A
- Note: No note provided
XONLINE_E_MESSAGE_INSUFFICIENT_PRIVILEGES
- Value:
0x80155A0B
- Note: the sender does not have permissions to send this message
XONLINE_E_MESSAGE_UNDELIVERABLE
- Value:
0x80155A0C
- Note: the recipient does not have permissions to receive this message
XONLINE_E_MESSAGE_THROTTLED
- Value:
0x80155A0D
- Note: the sender has sent too many messages today.
XONLINE_S_MESSAGE_PENDING_SYNC
- Value:
0x00155A01
- Note: updated message list is currently being retrieved (after logon or disabling summary refresh), returned results may be out of date
XONLINE_E_UODB_KEY_ALREADY_EXISTS
- Value:
0x80156000
- Note: service key already exists when attempting to insert key
XONLINE_E_UODB_INEXISTENT_TITLE_ID
- Value:
0x80156001
- Note: No note provided
XONLINE_E_UODB_KEY_NOT_FOUND
- Value:
0x80156002
- Note: No note provided
XONLINE_E_SERVICE_KEY_NOT_FOUND
- Value:
0x80156002
- Note: No note provided
XONLINE_E_UODB_INEXISTENT_OFFER_ID
- Value:
0x80156003
- Note: No note provided
XONLINE_E_SERVICE_KEY_IMPORT_ERROR
- Value:
0x80156004
- Note: No note provided
XONLINE_E_UODB_INVALID_SUBSCRIPTION_PAYMENT_TYPE
- Value:
0x80156005
- Note: No note provided
XONLINE_E_UODB_DUPLICATE_SUBSCRIPTION_INFO
- Value:
0x80156006
- Note: No note provided
XONLINE_E_QUERY_ERROR
- Value:
0x80156100
- Note: unspecified query error
XONLINE_E_QUERY_QUOTA_FULL
- Value:
0x80156101
- Note: this user or team’s quota for the dataset is full. you must remove an entity first.
XONLINE_E_QUERY_ENTITY_NOT_FOUND
- Value:
0x80156102
- Note: the requested entity didn’t exist in the provided dataset.
XONLINE_E_QUERY_PERMISSION_DENIED
- Value:
0x80156103
- Note: the user tried to update or delete an entity that he didn’t own.
XONLINE_E_QUERY_ATTRIBUTE_TOO_LONG
- Value:
0x80156104
- Note: attribute passed exceeds schema definition
XONLINE_E_QUERY_UNEXPECTED_ATTRIBUTE
- Value:
0x80156105
- Note: attribute passed was a bad param for the database operation
XONLINE_E_QUERY_RETHROW_ERROR
- Value:
0x80156106
- Note: rethrow the original exception (used internally only)
XONLINE_E_QUERY_INVALID_ACTION
- Value:
0x80156107
- Note: the specified action (or dataset) doesn’t have a select action associated with it.
XONLINE_E_QUERY_SPEC_COUNT_MISMATCH
- Value:
0x80156108
- Note: the provided number of QUERY_ATTRIBUTE_SPECs doesn’t match the number returned by the procedure
XONLINE_E_QUERY_DATASET_NOT_FOUND
- Value:
0x80156109
- Note: The specified dataset id was not found.
XONLINE_E_QUERY_PROCEDURE_NOT_FOUND
- Value:
0x8015610A
- Note: The specified proc index was not found.
XONLINE_E_QUERY_DUPLICATE_ENTRY
- Value:
0x8015610B
- Note: An entry already exists that conflicts with the unique data index specified for this dataset
XONLINE_E_QUERY_RETRY
- Value:
0x8015610C
- Note: Retry if possible
XONLINE_E_COMP_ERROR
- Value:
0x80156200
- Note: Unspecified comp error
XONLINE_E_COMP_ACCESS_DENIED
- Value:
0x80156202
- Note: The specified source (client) is not permitted to execute this method
XONLINE_E_COMP_REGISTRATION_CLOSED
- Value:
0x80156203
- Note: The competition is closed to registration
XONLINE_E_COMP_FULL
- Value:
0x80156204
- Note: The competition has reached it’s max enrollment
XONLINE_E_COMP_NOT_REGISTERED
- Value:
0x80156205
- Note: The user or team isn’t registered for the competition
XONLINE_E_COMP_CANCELLED
- Value:
0x80156206
- Note: The competition has been cancelled, and the operation is invalid.
XONLINE_E_COMP_CHECKIN_TIME_INVALID
- Value:
0x80156207
- Note: The user is attempting to checkin to an event outside the allowed time.
XONLINE_E_COMP_CHECKIN_BAD_EVENT
- Value:
0x80156208
- Note: The user is attempting to checkin to an event in which they are not a valid participant.
XONLINE_E_COMP_CHECKIN_EVENT_SCORED
- Value:
0x80156209
- Note: The user is attempting to checkin to an event which has already been scored by the service (user has forfeited or been ejected)
XONLINE_S_COMP_CHECKIN_EVENT_SCORED
- Value:
0x00156209
- Note: The user is attempting to checkin to an event but the users event has been updated. Re-query for a new event
XONLINE_E_COMP_UNEXPECTED
- Value:
0x80156210
- Note: Results from the Database are unexpected or inconsistent with the current operation.
XONLINE_E_COMP_TOPOLOGY_ERROR
- Value:
0x80156216
- Note: The topology request cannot be fulfilled by the server
XONLINE_E_COMP_TOPOLOGY_PENDING
- Value:
0x80156217
- Note: The topology request has not completed yet
XONLINE_E_COMP_CHECKIN_TOO_EARLY
- Value:
0x80156218
- Note: The user is attempting to checkin to an event outside the allowed time.
XONLINE_E_COMP_ALREADY_REGISTERED
- Value:
0x80156219
- Note: The user has already registered for this competition
XONLINE_E_COMP_INVALID_ENTRANT_TYPE
- Value:
0x8015621A
- Note: A team was specified for a non-team competition, or a user was specified for a team competition
XONLINE_E_COMP_TOO_LATE
- Value:
0x8015621B
- Note: The time alloted for performing the requested action has already passed.
XONLINE_E_COMP_TOO_EARLY
- Value:
0x8015621C
- Note: The specified action cannot yet be peformed.
XONLINE_E_COMP_NO_BYES_AVAILABLE
- Value:
0x8015621D
- Note: No byes remain to be granted
XONLINE_E_COMP_SERVICE_OUTAGE
- Value:
0x8015621E
- Note: A service outage has occured, try again in a bit
XONLINE_S_COMP_SERVICE_OUTAGE
- Value:
0x0000000F
- Note: A service outage was detected, evevnts were successfully rescheduled. (used by cron/logging only)
XONLINE_E_MSGSVR_INVALID_REQUEST
- Value:
0x80157001
- Note: request type was not one of the expected values
XONLINE_E_STRING_ERROR
- Value:
0x80157100
- Note: unspecified error
XONLINE_E_STRING_TOO_LONG
- Value:
0x80157101
- Note: the string was longer than the allowed maximum
XONLINE_E_STRING_OFFENSIVE_TEXT
- Value:
0x80157102
- Note: the string contains offensive text
XONLINE_E_STRING_NO_DEFAULT_STRING
- Value:
0x80157103
- Note: returned by AddString when no string of the language specified as the default is found
XONLINE_E_STRING_INVALID_LANGUAGE
- Value:
0x80157104
- Note: returned by AddString when an invalid language is specified for a string
XONLINE_E_STRING_LANGUAGE_DUPLICATE
- Value:
0x80157105
- Note: returned by AddString when a language is specified more than once in a single request
XONLINE_E_STRING_ADD_STRING_ERROR
- Value:
0x80157106
- Note: unspecified error in stringsvr add string
XONLINE_E_STRING_GET_STRING_ERROR
- Value:
0x80157107
- Note: unspecified error in stringsvr get string
XONLINE_E_STRING_LOAD_STRING_ERROR
- Value:
0x80157108
- Note: unspecified error in stringsvr load string
XONLINE_E_STRING_LOG_STRING_ERROR
- Value:
0x80157109
- Note: unspecified error in stringsvr log string
XONLINE_E_STRING_TITLE_ID_ERROR
- Value:
0x8015710A
- Note: unspecified error in stringsvr v1titleid
XONLINE_E_STRING_VET_STRING_ERROR
- Value:
0x8015710B
- Note: unspecified error in stringsvr vet string
XONLINE_E_ALERTS_SUBSCRIPTION_NOT_FOUND
- Value:
0x80157201
- Note: user attempted to operate on a subscriptionid not present in the DB
XONLINE_E_ALERTS_SUBSCRIBER_NOT_FOUND
- Value:
0x80157202
- Note: user attempted to operate on a subscriber not present in the DB
XONLINE_E_SUPPORT_ERROR
- Value:
0x80157300
- Note: unspecified support error
XONLINE_E_FEEDBACK_ERROR
- Value:
0x80158000
- Note: No note provided
XONLINE_E_FEEDBACK_NULL_TARGET
- Value:
0x80158001
- Note: No note provided
XONLINE_E_FEEDBACK_BAD_TYPE
- Value:
0x80158002
- Note: No note provided
XONLINE_E_FEEDBACK_USER_NOT_FOUND
- Value:
0x80158003
- Note: No note provided
XONLINE_E_FEEDBACK_CANNOT_LOG
- Value:
0x80158006
- Note: No note provided
XONLINE_E_FEEDBACK_REVIEW_INVALID
- Value:
0x80158007
- Note: No note provided
XONLINE_E_FEEDBACK_DATABASE_ERROR
- Value:
0x80158008
- Note: No note provided
XONLINE_E_FEEDBACK_REVIEW_LIMIT_EXCEEDED
- Value:
0x80158009
- Note: No note provided
XONLINE_E_FEEDBACK_GET_AGGREGATE_REVIEW_ERROR
- Value:
0x8015800A
- Note: No note provided
XONLINE_E_FEEDBACK_USER_NOT_PRESENT
- Value:
0x8015800B
- Note: No note provided
XONLINE_E_FEEDBACK_SUBMIT_COMPLAINT_ERROR
- Value:
0x8015800C
- Note: No note provided
XONLINE_E_FEEDBACK_SUBMIT_REVIEW_ERROR
- Value:
0x8015800D
- Note: No note provided
XONLINE_E_LISTS_ERROR
- Value:
0x80158100
- Note: non-specific (catch-all) component error
XONLINE_E_LISTS_PROPERTIES_TOO_LONG
- Value:
0x80158101
- Note: list properties XML exceeds maximum length (1000)
XONLINE_E_LISTS_INVALID_XML
- Value:
0x80158102
- Note: XML failed schema validation
XONLINE_E_LISTS_MALFORMED_XML
- Value:
0x80158103
- Note: XML not well-formed
XONLINE_E_LISTS_ID_MUST_BE_WILDCARD
- Value:
0x80158104
- Note: list ID must be wildcard when list type is wildcard
XONLINE_E_LISTS_ITEM_TOO_LONG
- Value:
0x80158105
- Note: list item XML exceeds maximum length
XONLINE_E_LISTS_DUPLICATE_IDS
- Value:
0x80158106
- Note: arguments contain duplicate item IDs
XONLINE_E_LISTS_EMPTY_PARAMETER
- Value:
0x80158107
- Note: null or empty parameter array
XONLINE_E_LISTS_NONEXISTENT_LIST_TYPE
- Value:
0x80158108
- Note: nonexistent list type
XONLINE_E_LISTS_TOO_MANY_INSTANCES
- Value:
0x80158109
- Note: new list would exceed maximum instances
XONLINE_E_LISTS_NAME_TOO_LONG
- Value:
0x8015810A
- Note: list name exceeds maximum length (100)
XONLINE_E_LISTS_NONEXISTENT_LIST
- Value:
0x80158110
- Note: nonexistent list instance
XONLINE_E_LISTS_TOO_MANY_ITEMS
- Value:
0x80158111
- Note: new items would exceed maximum items
XONLINE_E_LISTS_DUPLICATE_ITEM
- Value:
0x80158112
- Note: item with given ID already exists in the list
XONLINE_E_LISTS_NONEXISTENT_ITEM
- Value:
0x80158113
- Note: nonexistent list item
XONLINE_E_LISTS_DUPLICATE_INDEX
- Value:
0x80158114
- Note: duplicate index given
XONLINE_E_LISTS_INVALID_INDEX
- Value:
0x80158115
- Note: invalid index given
XONLINE_E_LISTS_DUPLICATE_LIST
- Value:
0x80158116
- Note: user already has list with given name
XONLINE_E_LISTS_INVALID_PAGE_SIZE
- Value:
0x80158117
- Note: invalid page size (1 <= pageSize <= max results)
XONLINE_E_LISTS_INCONSISTENT_VIEW
- Value:
0x80158118
- Note: timestamp argument does not match list timestamp
XONLINE_E_LISTS_INVALID_ORDER
- Value:
0x80158119
- Note: invalid order direction (1 ascending, 2 descending)
XONLINE_E_LISTS_API_MISMATCH
- Value:
0x80158120
- Note: lists of this type should use a different API set
XONLINE_E_LISTS_CREATE_LIST_ERROR
- Value:
0x80158180
- Note: non-specific (catch-all) api error
XONLINE_E_LISTS_DELETE_ITEMS_ERROR
- Value:
0x80158181
- Note: non-specific (catch-all) api error
XONLINE_E_LISTS_DELETE_LIST_ERROR
- Value:
0x80158182
- Note: non-specific (catch-all) api error
XONLINE_E_LISTS_GRANT_ACCESS_ERROR
- Value:
0x80158183
- Note: non-specific (catch-all) api error
XONLINE_E_LISTS_INSERT_ITEMS_ERROR
- Value:
0x80158184
- Note: non-specific (catch-all) api error
XONLINE_E_LISTS_MODIFY_ITEMS_ERROR
- Value:
0x80158185
- Note: non-specific (catch-all) api error
XONLINE_E_LISTS_MODIFY_LIST_ERROR
- Value:
0x80158186
- Note: non-specific (catch-all) api error
XONLINE_E_LISTS_QUERY_ITEMS_ERROR
- Value:
0x80158187
- Note: non-specific (catch-all) api error
XONLINE_E_LISTS_QUERY_LISTS_ERROR
- Value:
0x80158188
- Note: non-specific (catch-all) api error
XONLINE_E_LISTS_REVOKE_ACCESS_ERROR
- Value:
0x80158189
- Note: non-specific (catch-all) api error
XONLINE_E_LISTS_MOVE_ITEMS_ERROR
- Value:
0x8015818A
- Note: non-specific (catch-all) api error
XONLINE_E_DOWNLOAD_QUEUE_CREATE_QUEUE_ERROR
- Value:
0x801581C0
- Note: non-specific (catch-all) api error
XONLINE_E_DOWNLOAD_QUEUE_DELETE_ITEMS_ERROR
- Value:
0x801581C1
- Note: non-specific (catch-all) api error
XONLINE_E_DOWNLOAD_QUEUE_DELETE_QUEUE_ERROR
- Value:
0x801581C2
- Note: non-specific (catch-all) api error (not used)
XONLINE_E_DOWNLOAD_QUEUE_GRANT_ACCESS_ERROR
- Value:
0x801581C3
- Note: non-specific (catch-all) api error
XONLINE_E_DOWNLOAD_QUEUE_INSERT_ITEMS_ERROR
- Value:
0x801581C4
- Note: non-specific (catch-all) api error
XONLINE_E_DOWNLOAD_QUEUE_MODIFY_ITEMS_ERROR
- Value:
0x801581C5
- Note: non-specific (catch-all) api error
XONLINE_E_DOWNLOAD_QUEUE_MODIFY_QUEUE_ERROR
- Value:
0x801581C6
- Note: non-specific (catch-all) api error
XONLINE_E_DOWNLOAD_QUEUE_QUERY_ITEMS_ERROR
- Value:
0x801581C7
- Note: non-specific (catch-all) api error
XONLINE_E_DOWNLOAD_QUEUE_QUERY_QUEUES_ERROR
- Value:
0x801581C8
- Note: non-specific (catch-all) api error
XONLINE_E_DOWNLOAD_QUEUE_REVOKE_ACCESS_ERROR
- Value:
0x801581C9
- Note: non-specific (catch-all) api error
XONLINE_E_DOWNLOAD_QUEUE_MOVE_ITEMS_ERROR
- Value:
0x801581CA
- Note: non-specific (catch-all) api error
XONLINE_E_STAT_ERROR
- Value:
0x80159000
- Note: unspecified stat error
XONLINE_E_STAT_BAD_REQUEST
- Value:
0x80159001
- Note: server received incorrectly formatted request.
XONLINE_E_STAT_INVALID_TITLE_OR_LEADERBOARD
- Value:
0x80159002
- Note: title or leaderboard id were not recognized by the server.
XONLINE_E_STAT_USER_NOT_FOUND
- Value:
0x80159003
- Note: user not found.
XONLINE_E_STAT_TOO_MANY_SPECS
- Value:
0x80159004
- Note: too many stat specs in a request.
XONLINE_E_STAT_TOO_MANY_STATS
- Value:
0x80159005
- Note: too manu stats in a spec.
XONLINE_E_STAT_SET_FAILED_0
- Value:
0x80159100
- Note: set operation failed on spec index 0
XONLINE_E_STAT_PERMISSION_DENIED
- Value:
0x80159200
- Note: operation failed because of credentials. UserId is not logged in or this operation is not supported in production (e.g. userId=0 in XOnlineStatReset)
XONLINE_E_STAT_LEADERBOARD_WAS_RESET
- Value:
0x80159201
- Note: operation failed because user was logged on before the leaderboard was reset.
XONLINE_E_STAT_INVALID_ATTACHMENT
- Value:
0x80159202
- Note: attachment is invalid.
XONLINE_S_STAT_CAN_UPLOAD_ATTACHMENT
- Value:
0x00159203
- Note: Use XOnlineStatWriteGetResults to get a handle to upload a attachment.
XONLINE_E_STAT_TOO_MANY_PARAMETERS
- Value:
0x80159204
- Note: No note provided
XONLINE_E_STAT_TOO_MANY_PROCEDURES
- Value:
0x80159205
- Note: No note provided
XONLINE_E_STAT_NOT_ENOUGH_PARAMETERS
- Value:
0x80159208
- Note: No note provided
XONLINE_E_STAT_INVALID_PROCEDURE
- Value:
0x80159209
- Note: No note provided
XONLINE_E_STAT_EXCEEDED_WRITE_READ_LIMIT
- Value:
0x8015920A
- Note: No note provided
XONLINE_E_STAT_LEADERBOARD_READONLY
- Value:
0x8015920B
- Note: No note provided
XONLINE_E_STAT_MUSIGMA_ARITHMETIC_OVERFLOW
- Value:
0x8015920C
- Note: No note provided
XONLINE_E_STAT_READ_NO_SPEC
- Value:
0x8015920D
- Note: No note provided
XONLINE_E_STAT_MUSIGMA_NO_GAME_MODE
- Value:
0x8015920E
- Note: no game mode found for this leaderboard
XONLINE_E_STAT_MISSING_RESULTS
- Value:
0x8015920F
- Note: not enough results returned from lb server
XONLINE_E_STAT_EXTRA_RESULTS
- Value:
0x80159210
- Note: too many results returned from lb server
XONLINE_E_STAT_SERVER_NOT_FOUND
- Value:
0x80159211
- Note: server not found
XONLINE_E_STAT_ACHIEVEMENTS_NOT_SUPPORTED
- Value:
0x80159212
- Note: achievements not supported for title/platform
XONLINE_E_STAT_AVATAR_ASSETS_NOT_SUPPORTED
- Value:
0x80159213
- Note: avatar assets not supported for title/platform
XONLINE_E_STAT_CONSOLE_LIST_NOT_SUPPORTED
- Value:
0x80159214
- Note: console audit list not supported for platform
XONLINE_E_STAT_CONSOLE_LIST_EMPTY
- Value:
0x80159215
- Note: console audit list is empty
XSUPP_E_EMAIL_ALREADY_SENT
- Value:
0x8015A000
- Note: No note provided
XSUPP_E_INVALID_PUID_OR_SUB
- Value:
0x8015A001
- Note: No note provided
XSUPP_E_INVALID_EMAIL_SENT_DATE
- Value:
0x8015A002
- Note: No note provided
XSUPP_E_INVALID_SUBSCRIPTION_CODE
- Value:
0x8015A003
- Note: No note provided
XSUPP_E_USER_DOES_NOT_OWN_OFFER
- Value:
0x8015A004
- Note: No note provided
XSUPP_E_TOO_MANY_EXTRA_LICENSES
- Value:
0x8015A005
- Note: No note provided
XSUPP_E_LICENSE_INCREMENT_GENERIC_ERROR
- Value:
0x8015A006
- Note: No note provided
XSUPP_E_OWNER_PASSPORT_SWAP_CHILD_ONLY
- Value:
0x8015A007
- Note: No note provided
XSUPP_E_NO_NEW_PASSPORT_SPECIFIED
- Value:
0x8015A008
- Note: No note provided
XSUPP_E_USER_PASSPORT_SWAP
- Value:
0x8015A009
- Note: No note provided
XSUPP_E_OWNER_PASSPORT_SWAP
- Value:
0x8015A00A
- Note: No note provided
XSUPP_E_USER_DATE_OF_BIRTH_SWAP
- Value:
0x8015A00B
- Note: No note provided
XSUPP_E_NEW_PASSPORT_MEMBER_NAME_MISMATCH
- Value:
0x8015A00C
- Note: No note provided
XSUPP_E_INVALID_NEW_PASSPORT_MEMBER_NAME
- Value:
0x8015A00D
- Note: No note provided
XSUPP_E_MULTIPLE_CREDENTIALS_FOR_THIS_MEMBER_NAME
- Value:
0x8015A00E
- Note: No note provided
XSUPP_E_USER_NOT_FOUND
- Value:
0x8015A00F
- Note: No note provided
XSUPP_E_USER_MACHINE_NOT_FOUND
- Value:
0x8015A010
- Note: No note provided
XSUPP_E_USER_UNIQUE_MACHINE_NOT_FOUND
- Value:
0x8015A011
- Note: No note provided
XONLINE_E_SIGNATURE_ERROR
- Value:
0x8015B000
- Note: unspecified signature error
XONLINE_E_SIGNATURE_VER_INVALID_SIGNATURE
- Value:
0x8015B001
- Note: presented signature does not match
XONLINE_E_SIGNATURE_VER_UNKNOWN_KEY_VER
- Value:
0x8015B002
- Note: signature key version specified is not found among the valid signature keys
XONLINE_E_SIGNATURE_VER_UNKNOWN_SIGNATURE_VER
- Value:
0x8015B003
- Note: signature version is unknown, currently only version 1 is supported
XONLINE_E_SIGNATURE_BANNED_XBOX
- Value:
0x8015B004
- Note: signature is not calculated or revoked because Xbox is banned
XONLINE_E_SIGNATURE_BANNED_USER
- Value:
0x8015B005
- Note: signature is not calculated or revoked because at least one user is banned
XONLINE_E_SIGNATURE_BANNED_TITLE
- Value:
0x8015B006
- Note: signature is not calculated or revoked because the given title and version is banned
XONLINE_E_SIGNATURE_BANNED_DIGEST
- Value:
0x8015B007
- Note: signature is not calculated or revoked because the digest is banned
XONLINE_E_SIGNATURE_GET_BAD_AUTH_DATA
- Value:
0x8015B008
- Note: fail to retrieve AuthData from SG, returned by GetSigningKey api
XONLINE_E_SIGNATURE_SERVICE_UNAVAILABLE
- Value:
0x8015B009
- Note: fail to retrieve a signature server master key, returned by GetSigningKey or SignOnBehalf api
XONLINE_E_SIGNATURE_LICENSE_NOT_ACQUIRABLE
- Value:
0x8015B00A
- Note: AcquireMediaLicenses will not be able to acquire the license without a state change (like repurchase)
XONLINE_E_SIGNATURE_LICENSE_COUNT_EXCEEDED
- Value:
0x8015B00B
- Note: The user already has the limit of licenses allowed.
XONLINE_E_SIGNATURE_LICENSE_TRANSFER_BAD_COMMAND
- Value:
0x8015B00C
- Note: Tried to send a command that is inconsistent with the curent state of the transfer.
XONLINE_E_SIGNATURE_LICENSE_TRANSFER_UNAUTHORIZED
- Value:
0x8015B00D
- Note: The user requesting a transfer is not authorized due to a missing profile setting.
XONLINE_E_SIGNATURE_CERTIFICATE_INVALID
- Value:
0x8015B00E
- Note: this is what we return to the user for invalid certificates
XONLINE_E_SIGNATURE_CERTIFICATE_USAGE_INVALID
- Value:
0x8015B00F
- Note: this an internal only code
XONLINE_E_SIGNATURE_CERTIFICATE_CHAIN_INVALID
- Value:
0x8015B010
- Note: this an internal only code
XONLINE_E_SIGNATURE_CERTIFICATE_EXPIRED
- Value:
0x8015B011
- Note: this an internal only code
XONLINE_E_SIGNATURE_PLAYREADY_DEVICE_CERT_EMPTY
- Value:
0x8015B012
- Note: The playready device certificate we generated is empty (internal only)
XONLINE_E_SIGNATURE_PLAYREADY_DEVICE_CERT_TOO_BIG
- Value:
0x8015B013
- Note: The playready device certificate we generated is too big (internal only)
XONLINE_E_SIGNATURE_PLAYREADY_DEVICE_CERT_FAILED
- Value:
0x8015B014
- Note: Failed to generate a playready device certificate. This is what we return to the caller.
XONLINE_E_SIGNATURE_ACKNOWLEDGE_LICENSE_DELIVERY_ERROR
- Value:
0x8015B080
- Note: non-specific acknowldege license delivery error
XONLINE_E_SIGNATURE_ACQUIRE_MEDIA_LICENSES_ERROR
- Value:
0x8015B081
- Note: non-specific acquire media licenses error
XONLINE_E_SIGNATURE_CREATE_CERTIFICATE_ERROR
- Value:
0x8015B082
- Note: non-specific create certificate error
XONLINE_E_SIGNATURE_GET_AA_INFO_ERROR
- Value:
0x8015B083
- Note: non-specific get aa info error
XONLINE_E_SIGNATURE_GET_SIGNED_HEADER_ERROR
- Value:
0x8015B084
- Note: non-specific get signed header error
XONLINE_E_SIGNATURE_GENERATE_LICENSE_RESPONSE_ERROR
- Value:
0x8015B085
- Note: non-specific generate license response error
XONLINE_E_SIGNATURE_REFRESH_GAME_LICENSE_ERROR
- Value:
0x8015B086
- Note: non-specific refresh game license error
XONLINE_E_SIGNATURE_TRANSFER_USER_LICENSES_ERROR
- Value:
0x8015B087
- Note: non-specific transfer user licenses error
XONLINE_E_SIGNATURE_VALIDATE_CERTIFICATE_ERROR
- Value:
0x8015B089
- Note: non-specific validate certificate error
XONLINE_E_ARBITRATION_SERVICE_UNAVAILABLE
- Value:
0x8015B101
- Note: Service temporarily unavailable
XONLINE_E_ARBITRATION_INVALID_REQUEST
- Value:
0x8015B102
- Note: The request is invalidly formatted
XONLINE_E_ARBITRATION_SESSION_NOT_FOUND
- Value:
0x8015B103
- Note: The session is not found or has expired
XONLINE_E_ARBITRATION_REGISTRATION_FLAGS_MISMATCH
- Value:
0x8015B104
- Note: The session was registered with different flags by another Xbox
XONLINE_E_ARBITRATION_REGISTRATION_SESSION_TIME_MISMATCH
- Value:
0x8015B105
- Note: The session was registered with a different session time by another Xbox
XONLINE_E_ARBITRATION_REGISTRATION_TOO_LATE
- Value:
0x8015B106
- Note: Registration came too late, the session has already been arbitrated
XONLINE_E_ARBITRATION_NEED_TO_REGISTER_FIRST
- Value:
0x8015B107
- Note: Must register in seesion first, before any other activity
XONLINE_E_ARBITRATION_TIME_EXTENSION_NOT_ALLOWED
- Value:
0x8015B108
- Note: Time extension of this session not allowed, or session is already arbitrated
XONLINE_E_ARBITRATION_INCONSISTENT_FLAGS
- Value:
0x8015B109
- Note: Inconsistent flags are used in the request
XONLINE_E_ARBITRATION_INCONSISTENT_COMPETITION_STATUS
- Value:
0x8015B10A
- Note: Whether the session is a competition is inconsistent between registration and report
XONLINE_E_ARBITRATION_REPORT_ALREADY_CALLED
- Value:
0x8015B10B
- Note: Report call for this session already made by this client
XONLINE_E_ARBITRATION_TOO_MANY_XBOXES_IN_SESSION
- Value:
0x8015B10C
- Note: Only up to 255 Xboxes can register in a session
XONLINE_E_ARBITRATION_1_XBOX_1_USER_SESSION_NOT_ALLOWED
- Value:
0x8015B10D
- Note: Single Xbox single user sessions should not be arbitrated
XONLINE_E_ARBITRATION_REPORT_TOO_LARGE
- Value:
0x8015B10E
- Note: The stats or query submission is too large
XONLINE_E_ARBITRATION_INVALID_TEAMTICKET
- Value:
0x8015B10F
- Note: An invalid team ticket was submitted
XONLINE_S_ARBITRATION_INVALID_XBOX_SPECIFIED
- Value:
0x0015B1F0
- Note: Invalid/duplicate Xbox specified in lost connectivity or suspicious info. Never the less, this report is accepted
XONLINE_S_ARBITRATION_INVALID_USER_SPECIFIED
- Value:
0x0015B1F1
- Note: Invalid/duplicate user specified in lost connectivity or suspicious info. Never the less, this report is accepted
XONLINE_S_ARBITRATION_DIFFERENT_RESULTS_DETECTED
- Value:
0x0015B1F2
- Note: Differing result submissions have been detected in this session. Never the less, this report submission is accepted
XONLINE_E_STORAGE_ERROR
- Value:
0x8015C000
- Note: non-specific storage error
XONLINE_E_STORAGE_INVALID_REQUEST
- Value:
0x8015C001
- Note: Request is invalid
XONLINE_E_STORAGE_ACCESS_DENIED
- Value:
0x8015C002
- Note: Client doesn’t have the rights to upload the file
XONLINE_E_STORAGE_FILE_IS_TOO_BIG
- Value:
0x8015C003
- Note: File is too big
XONLINE_E_STORAGE_FILE_NOT_FOUND
- Value:
0x8015C004
- Note: File not found
XONLINE_E_STORAGE_INVALID_ACCESS_TOKEN
- Value:
0x8015C005
- Note: Access token signature is invalid
XONLINE_E_STORAGE_CANNOT_FIND_PATH
- Value:
0x8015C006
- Note: name resolution failed
XONLINE_E_STORAGE_FILE_IS_ELSEWHERE
- Value:
0x8015C007
- Note: redirection request
XONLINE_E_STORAGE_INVALID_STORAGE_PATH
- Value:
0x8015C008
- Note: Invalid storage path
XONLINE_E_STORAGE_INVALID_FACILITY
- Value:
0x8015C009
- Note: Invalid facility code
XONLINE_E_STORAGE_UNKNOWN_DOMAIN
- Value:
0x8015C00A
- Note: Name resolver has no idea where to send you.
XONLINE_E_STORAGE_SYNC_TIME_SKEW
- Value:
0x8015C00B
- Note: SyncDomain timestamp skew
XONLINE_E_STORAGE_SYNC_TIME_SKEW_LOCALTIME
- Value:
0x8015C00C
- Note: SyncDomain timestamp appears to be localtime
XONLINE_E_STORAGE_QUOTA_EXCEEDED
- Value:
0x8015C00D
- Note: Quota exceeded for storage domain
XONLINE_E_STORAGE_FILE_ALREADY_EXISTS
- Value:
0x8015C011
- Note: File already exists and storage domain does not allow overwrites
XONLINE_E_STORAGE_DATABASE_ERROR
- Value:
0x8015C012
- Note: Unknown database error
XONLINE_S_STORAGE_FILE_NOT_MODIFIED
- Value:
0x0015C013
- Note: File hasn’t been modified since given date
XONLINE_E_STORAGE_INVALID_PATH
- Value:
0x8015C014
- Note: Invalid file path
XONLINE_E_STORAGE_TITLE_FILES_NOT_FOUND
- Value:
0x8015C015
- Note: No storage files were found for the specified title
XONLINE_E_LIVEINFO_ERROR
- Value:
0x8015C100
- Note: No note provided
XONLINE_E_LIVEINFO_HIVE_INVALID_CONFIG
- Value:
0x8015C101
- Note: Config name is invalid
XONLINE_E_LIVEINFO_HIVE_ERROR_LOADING_CONFIG
- Value:
0x8015C102
- Note: Error occured loading config
XONLINE_E_LIVEINFO_CLIENT_ERROR
- Value:
0x8015C103
- Note: General error for client failures
XONLINE_E_LSP_ERROR
- Value:
0x8015C200
- Note: No note provided
XONLINE_E_LSP_BUCKET_INTERFACE_CONFIG_ERROR
- Value:
0x8015C201
- Note: Bucket Interface not configured
XONLINE_E_PASSPORT_ERROR
- Value:
0x8015D000
- Note: generic passport error for when we can’t find a mapping
XONLINE_E_PASSPORT_NAME_ALREADY_TAKEN
- Value:
0x8015D001
- Note: Failed to create passport: name already taken
XONLINE_E_PASSPORT_WRONG_NAME_OR_PASSWORD
- Value:
0x8015D002
- Note: Wrong password and/or membername dose not exist.
XONLINE_E_PASSPORT_LOCKED_OUT
- Value:
0x8015D003
- Note: The credential is locked out.
XONLINE_E_PASSPORT_FORCE_RENAME
- Value:
0x8015D004
- Note: The credential is in a forced renamed state
XONLINE_E_PASSPORT_FORCE_CHANGE_PASSWORD
- Value:
0x8015D005
- Note: The password has to be changed.
XONLINE_E_PASSPORT_FORCE_CHANGE_SQ_SA
- Value:
0x8015D006
- Note: The secret question and answer has to be changed.
XONLINE_E_PASSPORT_PASSWORD_EXPIRED
- Value:
0x8015D007
- Note: The password for the account has expired.
XONLINE_E_PASSPORT_REQUIRE_EMAIL_VALIDATION
- Value:
0x8015D008
- Note: The account is blocked pending email address validation.
XONLINE_E_FORBIDDEN_WORD
- Value:
0x8015D009
- Note: String contained words that are forbidden by namespace administrator, examine input.
XONLINE_E_PASSWORD_BLANK
- Value:
0x8015D00A
- Note: The password is blank.
XONLINE_E_PASSWORD_TOO_SHORT
- Value:
0x8015D00B
- Note: The password is too short
XONLINE_E_PASSWORD_TOO_LONG
- Value:
0x8015D00C
- Note: The password is too long
XONLINE_E_PASSWORD_CONTAINS_MEMBER_NAME
- Value:
0x8015D00D
- Note: The password contains the member name.
XONLINE_E_PASSWORD_CONTAINS_INVALID_CHARACTERS
- Value:
0x8015D00E
- Note: The password contains invalid characters.
XONLINE_E_SQ_CONTAINS_PASSWORD
- Value:
0x8015D00F
- Note: The secret question contains the password.
XONLINE_E_SA_CONTAINS_PASSWORD
- Value:
0x8015D010
- Note: The answer for the secret question contains the password.
XONLINE_E_PASSWORD_CONTAINS_SA
- Value:
0x8015D011
- Note: The password validation code detected the answer to the secret question in the password.
XONLINE_E_SQ_CONTAINS_SA
- Value:
0x8015D015
- Note: The secret question contains the answer.
XONLINE_E_SA_TOO_SHORT
- Value:
0x8015D017
- Note: No note provided
XONLINE_E_SA_CONTAINS_SQ
- Value:
0x8015D018
- Note: The answer to the secret question contains that question.
XONLINE_E_SA_CONTAINS_MEMBER_NAME
- Value:
0x8015D019
- Note: The answer for the secret question contains the member name.
XONLINE_E_MEMBER_NAME_TOO_SHORT
- Value:
0x8015D01A
- Note: The signin name is too short.
XONLINE_E_MEMBER_NAME_INVALID
- Value:
0x8015D01B
- Note: The signin name is incomplete or has invalid characters.
XONLINE_E_PASSPORT_INVALID_DOMAIN
- Value:
0x8015D01C
- Note: Cannot create EASI passport on reserved domain (e.g. hotmail.com)
XONLINE_E_PASSPORT_INVALID_POSTAL_CODE
- Value:
0x8015D01D
- Note: The postal code specified is invalid
XONLINE_E_PASSPORT_SQ_TOO_SHORT
- Value:
0x8015D01F
- Note: Secret question is too short
XONLINE_E_PASSPORT_SQ_TOO_LONG
- Value:
0x8015D020
- Note: Secret question is too long
XONLINE_E_PASSPORT_KIDS_ACCOUNT_NO_CONSENT
- Value:
0x8015D021
- Note: The PP Kids account does not have consent
XONLINE_E_PASSPORT_SITE_NOT_AUTHORIZED
- Value:
0x8015D022
- Note: xbox live service is not authorized to call the passport api
XONLINE_E_PASSPORT_INVALID_ID
- Value:
0x8015D080
- Note: passport could not find id (passport puid)
XONLINE_E_PASSPORT_INVALID_RESPONSE
- Value:
0x8015D081
- Note: passport could not find id (passport puid)
XONLINE_E_PASSPORT_TOO_MANY_SECRET_QUESTIONS
- Value:
0x8015D082
- Note: too many secret questions
XONLINE_E_PASSPORT_TIMEOUT
- Value:
0x8015D083
- Note: timeout talking to passport
XONLINE_E_PASSPORT_NO_SECRET_QUESTIONS
- Value:
0x8015D084
- Note: no secret questions for country and language
XONLINE_E_PASSPORT_NO_DATA
- Value:
0x8015D085
- Note: passport could not find any data to return
XONLINE_E_PASSPORT_ASM_KEY_NOT_FOUND
- Value:
0x8015D086
- Note: key sent to passport is not valid (old version, expired, etc.)
XONLINE_E_UPS_ERROR
- Value:
0x8015D100
- Note: error talking to UPS
XONLINE_E_UPS_TIMEOUT_ERROR
- Value:
0x8015D101
- Note: timeout error talking to UPS
XONLINE_E_UPS_GET_PROFILE_ERROR
- Value:
0x8015D102
- Note: non-specific (catch-all) error calling get profile
XONLINE_E_UPS_UPDATE_PROFILE_ERROR
- Value:
0x8015D103
- Note: non-specific (catch-all) error calling update profile
XONLINE_E_RATINGS_UNKNOWNERROR
- Value:
0x8015D200
- Note: Unhandled/unknownError
XONLINE_E_RATINGS_INVALID_COUNTRY
- Value:
0x8015D201
- Note: Invalid country passed
XONLINE_E_RATINGS_INVALID_USER
- Value:
0x8015D203
- Note: Invalid user not presetn in UODB
XONLINE_E_RATINGS_INVALID_RATING
- Value:
0x8015D204
- Note: Invalid Rating value (<0 or >5)
XONLINE_E_RATINGS_INVALID_MEDIATYPE
- Value:
0x8015D205
- Note: Invalid Mediatype which cannot be rated
XONLINE_E_RATINGS_MSN_ERROR
- Value:
0x8015D206
- Note: General Error saving the rating
XONLINE_E_RATINGS_UNKNOWNCATALOG_ERROR
- Value:
0x8015D207
- Note: Unknown Catalog error cannling getbasicmediainfo
XONLINE_E_RATINGS_MULTISETTING_ERROR
- Value:
0x8015D208
- Note: Error getting the Multisettign for ratings mediatypes
XONLINE_E_RATINGS_MEDIATYPE_VALIDATION
- Value:
0x8015D209
- Note: Error validatign the mediatype for ratigns
XONLINE_E_RATINGS_ERROR_GETUSER
- Value:
0x8015D20A
- Note: Error getting the user details
XONLINE_E_RATINGS_ERROR_MEDIAGET
- Value:
0x8015D20B
- Note: Error getting thr Media Information from Catalog
XONLINE_E_RATINGS_CONTENTTYPE_SETTING_ERROR
- Value:
0x8015D20C
- Note: Error retrieving contentTypesetting from npdb
XONLINE_E_RATINGS_CONTENTTYPE_MAPPING_ERROR
- Value:
0x8015D20D
- Note: Error mapping contentType to Mediatype
XONLINE_E_RATINGS_MSN_CONNECTION_ERROR
- Value:
0x8015D20E
- Note: Error connecting to MSN Ratings service
XONLINE_E_RATINGS_CRON_UNKNOWN_ERROR
- Value:
0x8015D20F
- Note: Unknown Error in MSNRRAverages CRON plug-in
XONLINE_E_RATINGS_CRON_SAVE_AVERAGE_ERROR
- Value:
0x8015D211
- Note: Error saving Rating averages
XONLINE_E_RATINGS_CRON_TRANSACTION_DATE_ERROR
- Value:
0x8015D212
- Note: Error retrieving TransactionDate
XONLINE_E_RATINGS_CRON_NPDB_SETTING_ERROR
- Value:
0x8015D213
- Note: Error retrieving npdb setting
XONLINE_E_RATINGS_CRON_TRANSACTION_DATE_SAVE_ERROR
- Value:
0x8015D214
- Note: Error saving transaction date
XONLINE_E_RATINGS_MISSING_COUNTRY_CODE_ON_GET_MEDIA_INFO
- Value:
0x8015D215
- Note: GetMediaInfo invoked without specifying countryCode when retrieving user aggregate
XONLINE_E_RATINGS_MISSING_MEDIA_ID_ON_GET_MEDIA_INFO
- Value:
0x8015D216
- Note: GetMediaInfo invoked with empty/null guid for media id
XONLINE_E_RATINGS_INVALID_MEDIA
- Value:
0x8015D217
- Note: Media Queried for does not exist in the catalog
XONLINE_E_CONTENTINGESTION_UNKNOWNERROR
- Value:
0x8015D300
- Note: Unhandled/Unknown Error
XONLINE_E_CONTENTINGESTION_INVALIDARGS
- Value:
0x8015D301
- Note: Invalid Argument Specified
XONLINE_E_REFLECTOR_GENERIC_ERROR
- Value:
0x8015D400
- Note: Generic error
XONLINE_E_REFLECTOR_NO_TOKEN
- Value:
0x8015D401
- Note: The user does not have a token for the specified network Id
XONLINE_E_MIGRATEUSER_GENERIC_ERROR
- Value:
0x8015D500
- Note: generic error
XONLINE_E_MIGRATEUSER_USER_DOES_NOT_EXIST_ERROR
- Value:
0x8015D501
- Note: specified user does not exist
XONLINE_E_MIGRATEUSER_FAILED_TO_LOAD_USER_ERROR
- Value:
0x8015D502
- Note: failed to load the user for some reason.
XONLINE_E_MIGRATEUSER_FAILED_TO_WRITE_XML_ERROR
- Value:
0x8015D503
- Note: failed to write the user’s data to xml for some reason.
XONLINE_E_MIGRATEUSER_FAILED_TO_READ_XML_ERROR
- Value:
0x8015D504
- Note: failed to read the user’s data from xml for some reason.
XONLINE_E_MIGRATEUSER_FAILED_TO_CREATE_USER_ERROR
- Value:
0x8015D505
- Note: failed to create the user for some reason.
XONLINE_E_MIGRATEUSER_USER_ALREADY_EXISTS_ERROR
- Value:
0x8015D506
- Note: specified user already exists
XONLINE_E_MIGRATEUSER_WRITE_TO_PROD_ERROR
- Value:
0x8015D507
- Note: can’t write a user to prod
XONLINE_E_TESTFD_GENERIC_ERROR
- Value:
0x8015D600
- Note: generic error
XONLINE_E_TESTFD_API_NOT_AVAILABLE_ERROR
- Value:
0x8015D601
- Note: insufficient permissions to access this API
XONLINE_E_TESTFD_INVALID_DATABASE_ERROR
- Value:
0x8015D602
- Note: database specified could not be found
XONLINE_E_TESTFD_INVALID_TABLE_ERROR
- Value:
0x8015D603
- Note: table specified could not be found
XONLINE_E_TESTFD_INVALID_COLUMN_ERROR
- Value:
0x8015D604
- Note: column specified could not be found
XONLINE_E_TESTFD_INVALID_VALUE_ERROR
- Value:
0x8015D605
- Note: value for specified column invalid
XONLINE_E_TESTFD_INVALID_SQL_ERROR
- Value:
0x8015D606
- Note: invalid sql statement
XONLINE_E_TESTFD_BAD_COMMAND_ERROR
- Value:
0x8015D607
- Note: command failed
XONLINE_E_TESTFD_COMMAND_TIMEOUT_ERROR
- Value:
0x8015D608
- Note: command took longer than expected to run
XONLINE_E_TESTFD_BAD_PARTITION_ERROR
- Value:
0x8015D609
- Note: invalid partition parameter
XONLINE_E_TESTFD_BAD_PARTITION_HASH_TYPE_ERROR
- Value:
0x8015D60A
- Note: invalid partition hashtype parameter
XONLINE_E_TESTFD_SQL_NO_VALUE_ERROR
- Value:
0x8015D60B
- Note: no value returned for a sql query
XONLINE_E_TESTFD_NOT_ENOUGH_TITLES_PROPPED
- Value:
0x8015D60C
- Note: not enough titles are propped to the environment to fufil the request
XONLINE_E_SOCIAL_QUERY_GENERIC_ERROR
- Value:
0x8015D700
- Note: generic error
XONLINE_E_CERT_GRABBER_FAILED_TO_GET_NEW_CERT
- Value:
0x8015D800
- Note: failed to query/retrieve the latest cert
XONLINE_E_CERT_GRABBER_FAILED_TO_PARSE_NEW_CERT
- Value:
0x8015D801
- Note: failed to parse the latest cert
XONLINE_E_CERT_GRABBER_FAILED_TO_UPDATE_CERT
- Value:
0x8015D802
- Note: failed to update npdb with the latest cert
XONLINE_E_XTOU_GETTERMSOFUSE_GENERIC_ERROR
- Value:
0x8015D900
- Note: generic error for GetTermsOfUse
XONLINE_E_XTOU_GETTERMSOFUSE_URL_PARSE_ERROR
- Value:
0x8015D901
- Note: GetTermsOfUse failed to parse the URL
XONLINE_E_XTOU_GETTERMSOFUSE_URL_GET_FILE_ERROR
- Value:
0x8015D902
- Note: GetTermsOfUse failed to retrieve a TOU file from the database
XONLINE_E_XTOU_GETLANGUAGESFORCOUNTRY_GENERIC_ERROR
- Value:
0x8015D903
- Note: generic error for GetLanguagesForCountry
XONLINE_E_RPS_NOT_INITIALIZED
- Value:
0x8015E200
- Note: RPS is not initialized. Other RPS methods can be called only after the RPS.Initialize method has succeeded.
XONLINE_E_RPS_FAILED_TO_CREATE_DOM
- Value:
0x8015E201
- Note: Failed to create DOM object.
XONLINE_E_RPS_INTERNAL_ERROR
- Value:
0x8015E202
- Note: Internal program or unexpected error. Could also be caused by programming or configuration error.
XONLINE_E_RPS_INVALID_OBJECT_ID
- Value:
0x8015E203
- Note: The object ID is invalid. This condition can be caused by an internal RPS error or an error from a custom component.
XONLINE_E_RPS_OBJECT_ID_CANNOT_OVERWRITE
- Value:
0x8015E204
- Note: The object ID cannot be overridden. Custom component only: this error is caused by an attempt to override an object that cannot be overridden.
XONLINE_E_RPS_FAILED_TO_TLS
- Value:
0x8015E205
- Note: TLS (thread local storage) call failed. The system is in a bad state. TlsAlloc failed.
XONLINE_E_RPS_XML_FILE_ERROR
- Value:
0x8015E206
- Note: XML file error. RPS has encountered an invalid XML configuration file.
XONLINE_E_RPS_READ_ONLY
- Value:
0x8015E207
- Note: Property is read only. This error is caused by an attempt to write to a read-only property bag.
XONLINE_E_RPS_SERVER_CONFIG_ALREADY_INITTED
- Value:
0x8015E208
- Note: The server configuration has already been initialized. This condition is caused by an internal RPS error.
XONLINE_E_RPS_INVALIDCONFIG
- Value:
0x8015E209
- Note: Invalid configuration.
XONLINE_E_RPS_CERT_NOT_FOUND
- Value:
0x8015E20A
- Note: Certificate cannot be found. A certificate required for the operation was not found.
XONLINE_E_RPS_SKIBUFFER_TOO_SMALL
- Value:
0x8015E20B
- Note: Buffer for subject key identifier (SKI) is too small. This condition is caused by an internal RPS error or an invalid certificate with a large SKI.
XONLINE_E_RPS_FILE_TOO_LARGE
- Value:
0x8015E20C
- Note: File is too large. This condition is caused by large certificate file. The maximum size is 512 kilobytes.
XONLINE_E_RPS_INVALID_DATATYPE
- Value:
0x8015E20D
- Note: Data type is invalid. The data type is different from the expected data type.
XONLINE_E_RPS_MORE_DATA
- Value:
0x8015E20E
- Note: Insufficient data buffer.
XONLINE_E_RPS_INVALID_SIGNATURE
- Value:
0x8015E20F
- Note: Signatures do not match.
XONLINE_E_RPS_ENCRYPTEDKEY_TOO_LARGE
- Value:
0x8015E211
- Note: The encrypted key data is too large. The maximum size is 1024 bytes.
XONLINE_E_RPS_DATA_INTEGRITY_CHECK_FAILED
- Value:
0x8015E212
- Note: The data integrity check failed. There was a hash mismatch.
XONLINE_E_RPS_CERT_WITHOUT_PRIVATE_KEY
- Value:
0x8015E214
- Note: The certificate used for decryption did not have private key.
XONLINE_E_RPS_NET_CONFIG_CACHE_ALREADY_INITTED
- Value:
0x8015E215
- Note: Network configuration cache has already been initialized. Caused by an internal RPS error.
XONLINE_E_RPS_DOMAIN_ATTRIBUTE_NOT_FOUND
- Value:
0x8015E216
- Note: The requested domain attribute was not found in RPSNetwork.xml.
XONLINE_E_RPS_INVALIDDATA
- Value:
0x8015E217
- Note: The data to pack or unpack is not valid RPS data.
XONLINE_E_RPS_TICKET_NOT_INITIALIZED
- Value:
0x8015E218
- Note: Ticket was not initialized.
XONLINE_E_RPS_TICKET_CANNOT_BE_INITIALIZED_MORE_THAN_ONCE
- Value:
0x8015E219
- Note: Ticket has already been initialized. A ticket object cannot be reused.
XONLINE_E_RPS_SAML_ASSERTION_MISSINGDATA
- Value:
0x8015E21A
- Note: A SAML assertion or WebSSO ticket is missing a data member. Invalid assertion.
XONLINE_E_RPS_INVALID_TIMEWINDOW
- Value:
0x8015E21B
- Note: Invalid time window. The time window parameter in the site configuration or supplied as an input parameter is either too large or too small.
XONLINE_E_RPS_HTTP_BODY_REQUIRED
- Value:
0x8015E21D
- Note: The HTTP body is required to authenticate. The application should call the method again with the HTTP body.
XONLINE_E_RPS_INVALID_TICKET_TYPE
- Value:
0x8015E21E
- Note: The ticket type is invalid. This condition could be caused by an incorrect ticket type or a switching of the RPSAuth and RPSSecAuth cookies.
XONLINE_E_RPS_INVALID_SLIDINGWINDOW
- Value:
0x8015E21F
- Note: Sliding time window is invalid. The input parameter for the sliding time window must be smaller than the parameter for the time window. These values can come from site configuration or method arguments.
XONLINE_E_RPS_REASON_INVALID_AUTHMETHOD
- Value:
0x8015E220
- Note: The Validate call failed because the AuthMethod check failed.
XONLINE_E_RPS_NO_SUCH_PROFILE_ATTRIBUTE
- Value:
0x8015E222
- Note: The attribute index requested is greater than the attribute count in the profile schema.
XONLINE_E_RPS_INVALID_PROFILESCHEMA_TYPE
- Value:
0x8015E223
- Note: The data type requested is not defined in the profile schema. The data type is not supported.
XONLINE_E_RPS_FAILED_DOWNLOAD
- Value:
0x8015E224
- Note: The RPS service failed to download RPSNetwork.xml.
XONLINE_E_RPS_INVALID_SITEID
- Value:
0x8015E226
- Note: The SiteId does not match the Ticket TargetId or audience.
XONLINE_E_RPS_BASE64DECODE_FAILED
- Value:
0x8015E227
- Note: Failed to do base64 decoding.
XONLINE_E_RPS_REASON_TIMEWINDOW_EXPIRED
- Value:
0x8015E228
- Note: The Validate call failed because the time window expired.
XONLINE_E_RPS_REASON_SLIDINGWINDOW_EXPIRED
- Value:
0x8015E229
- Note: The Validate call failed because the sliding time window expired.
XONLINE_E_RPS_CERT_INVALID_KEY_SPEC
- Value:
0x8015E22A
- Note: The certificate private key has an invalid key spec. The key spec should be AT_KEYEXCHANGE.
XONLINE_E_RPS_INTERNAL_ERROR_CODE_UNSET_IN_EXCEPTION
- Value:
0x8015E22B
- Note: Internal program error.
XONLINE_E_RPS_REASON_INVALID_AUTHINSTANT_DATATYPE
- Value:
0x8015E22C
- Note: An invalid AuthInstant data type was encountered during time-window validation.
XONLINE_E_RPS_REASON_HTTPS_OR_ENCRYPTED_TICKET_NEEDED
- Value:
0x8015E22D
- Note: HTTPS or an encrypted ticket is needed.
XONLINE_E_RPS_REASON_INCORRECT_IV_BYTES
- Value:
0x8015E22E
- Note: HTTPS or an encrypted ticket is needed.
XONLINE_E_RPS_REASON_PASSPORT_F_ERROR_ENCOUNTERED
- Value:
0x8015E22F
- Note: Passport f-code error was encountered in the query string.
XONLINE_E_RPS_NO_SESSION_KEY
- Value:
0x8015E230
- Note: There is no session key in the ticket.
XONLINE_E_RPS_INVALID_COOKIE_NAME
- Value:
0x8015E231
- Note: The reserved cookie name is specified.
XONLINE_E_RPS_INVALID_AUTHPOLICY
- Value:
0x8015E232
- Note: The AuthPolicy parameter in site configuration or input parameter is invalid or missing. Check the RPSNetwork.xml file for valid AuthPolicy names.
XONLINE_E_RPS_INVALID_ENCRYPT_ALGID
- Value:
0x8015E233
- Note: The encryption method algId is invalid.
XONLINE_E_RPS_REASON_POST_TICKET_TIMEWINDOW_EXPIRED
- Value:
0x8015E234
- Note: Post ticket time window expired. Ticket could be reposted.
XONLINE_E_RPS_TICKET_HAS_NO_SESSIONKEY
- Value:
0x8015E235
- Note: The ticket does not have a session key.
XONLINE_E_RPSDATA_DATA_TOO_LARGE
- Value:
0x8015E400
- Note: The data is larger than the RPSData limit.
XONLINE_E_RPSDATA_INVALID_DATATYPE
- Value:
0x8015E401
- Note: The data type in the data schema is not supported.
XONLINE_E_RPSDATA_MORE_DATA
- Value:
0x8015E402
- Note: The data buffer is insufficient.
XONLINE_E_RPSDATA_INVALID_DATAOFFSET
- Value:
0x8015E403
- Note: The data offset is too large or invalid.
XONLINE_E_RPSDATA_INVALIDDATA
- Value:
0x8015E404
- Note: The data is invalid.
XONLINE_E_BILLING_PAYMENT_INSTRUMENT_CHANGES_RESTRICTED
- Value:
0x8016148B
- Note: Payment instrument changes are restricted through user (or tier or offer) privilege
XONLINE_E_BILLING_PASSPORT_SWITCHING_RESTRICTED
- Value:
0x8016148C
- Note: Payment instrument changes are restricted through user (or tier or offer) privilege
XONLINE_E_BILLING_EXCEEDS_MAXIMUM_DURATION
- Value:
0x8016A0FA
- Note: Error subscription duration exceeds max duration.
XONLINE_E_BILLING_AUTHORIZATION_FAILED
- Value:
0x80167611
- Note: Credit card authorization failed.
XONLINE_E_BILLING_TOKEN_NOT_VALID_FOR_OFFERING
- Value:
0x8016A04B
- Note: The token Id specified is not valid for the given offering.
XONLINE_E_BILLING_STATE_ZIP_CITY_INVALID2
- Value:
0x8016EA71
- Note: VERAZIP: Invalid state code/ZIP code/city name combination.
XONLINE_E_BILLING_DUPLICATE_TRACKING_GUID
- Value:
0x80164E75
- Note: Duplicate tracking GUID.
XONLINE_E_BILLING_INVALID_PAYMENT_INSTRUMENT_TYPE
- Value:
0x801675C8
- Note: Invalid payment instrument type.
XONLINE_E_BILLING_CREDIT_CARD_EXPIRED
- Value:
0x80167531
- Note: Credit card has already expired.
XONLINE_E_BILLING_INVALID_PAYMENT_METHOD_ID
- Value:
0x80169CF9
- Note: Invalid payment instrument ID.
XONLINE_E_BILLING_OFFERING_REQUIRES_PI
- Value:
0x80169E89
- Note: Offering requires a payment instrument.
XONLINE_E_BILLING_INVALID_CONVERSION
- Value:
0x80169E4D
- Note: Either there is no path between the current offering and the target offering or the path does not match the calling mode (Convert or Renew).
XONLINE_E_BILLING_COUNTRY_CURRENCY_PI_MISMATCH
- Value:
0x801675C1
- Note: Country/currency/payment instrument type mismatch.
XONLINE_E_BILLING_STATE_ZIP_CITY_INVALID
- Value:
0x8016EA70
- Note: VERAZIP: Invalid state code/ZIP code/city name combinations. Both state code/ZIP code and state code/city name were incorrect.
XONLINE_E_BILLING_INVALID_EMAIL_ADDRESS
- Value:
0x80169EA2
- Note: Invalid e-mail address.
XONLINE_E_BILLING_INVALID_CREDIT_CARD_NUMBER
- Value:
0x80167530
- Note: Invalid credit card number.
XONLINE_E_BILLING_STATE_ZIP_INVALID
- Value:
0x8016EA6E
- Note: VERAZIP: Invalid state code/ZIP code combination.
XONLINE_E_BILLING_PAYMENT_PROVIDER_CONNECTION_TIMEOUT
- Value:
0x8016767F
- Note: Payment provider connection timed out.
XONLINE_E_BILLING_UNKNOWN_SERVER_FAILURE
- Value:
0x8016271F
- Note: Unknown server failure. API name: %2, Error code: 0x%3, Error description: %1.
XONLINE_E_BILLING_NOPERMISSION
- Value:
0x80162711
- Note: Access denied.
XONLINE_E_BILLING_REQUIRED_FIELD_MISSING
- Value:
0x80169C45
- Note: Required field missing.
XONLINE_E_BILLING_MULTIPLE_CITIES_FOUND
- Value:
0x8016EA8A
- Note: VERAZIP: City has multiple ZIP codes.
XONLINE_E_BILLING_STATE_INVALID
- Value:
0x8016EA6C
- Note: VERAZIP: Invalid state code.
XONLINE_E_BILLING_ZIP_INVALID
- Value:
0x8016EA6B
- Note: VERAZIP: Invalid ZIP code.
XONLINE_E_BILLING_BADZIP
- Value:
0x80162725
- Note: Invalid ZIP code.
XONLINE_E_BILLING_USAGE_COUNT_FOR_TOKEN_EXCEEDED
- Value:
0x801613C9
- Note: The usage for the specified token has been exceeded.
XONLINE_E_BILLING_DD_INVALID_BRANCHCODE_FORMAT
- Value:
0x8016763E
- Note: Invalid branch code format.
XONLINE_E_BILLING_ADDITIONAL_ACCOUNT_DATA_REQUIRED
- Value:
0x8016ABA5
- Note: The account requires additional attributes before performing the operation.
XONLINE_E_BILLING_INVALID_WHOLESALE_PARTNER
- Value:
0x80167684
- Note: The wholesale partner specified is invalid.
XONLINE_E_BILLING_ACCOUNT_CLOSED
- Value:
0x80169DD1
- Note: Account is already closed.
XONLINE_E_BILLING_INVALID_TOKEN_SPECIFIED
- Value:
0x8016138D
- Note: Token passed is Invalid.
XONLINE_E_BILLING_UNKNOWN_ERROR
- Value:
0x8016CE52
- Note: No note provided
XONLINE_E_PUID_IS_MACHINE
- Value:
0x80170000
- Note: No note provided
TOOLS_SERVER_E_FILE_NOT_FOUND
- Value:
0x80170100
- Note: tools service failed to find a file on file share to be propped to the data center
TOOLS_SERVER_E_SD_ADD_FAILED
- Value:
0x80170101
- Note: tools service failed to add a file to title manager repository
TOOLS_SERVER_E_SD_SUBMIT_FAILED
- Value:
0x80170102
- Note: tools service failed to submit a file into title manager repository
TOOLS_SERVER_E_TMR_STATS
- Value:
0x80170103
- Note: title manager failed to prop the package
TOOLS_SERVER_E_INTERRUPTED_TASK
- Value:
0x80170104
- Note: tools service was stopped while processing a job. The job should be rolled back manually
TOOLS_SERVER_E_INVALID_TITLE_ID
- Value:
0x80170105
- Note: tools service cannot process the job because title id is invalid
XONLINE_E_LIVECACHE_EMPTY_RESULT
- Value:
0x80171001
- Note: live service replied with empty result, this should not happen
XONLINE_E_LIVECACHE_FORWARD_FAILED
- Value:
0x80171002
- Note: failed to forward the request to live service: failed to connect or not getting response
XONLINE_E_LIVECACHE_OFFLINE
- Value:
0x80171003
- Note: the requested service has been turned off at livecache
XONLINE_E_LIVECACHE_USER_OVERHEAT
- Value:
0x80171004
- Note: too many requests from this same user within the current hour
XONLINE_E_LIVECACHE_INEXIST_KEY
- Value:
0x80171005
- Note: the key specified in LoadData request was not found, timed out?
XONLINE_E_LIVECACHE_MAX_HEADER_COLLECTION_LIMIT
- Value:
0x80171006
- Note: max header limit exceeded.
XONLINE_E_WCMUSIC_TEST_FAULT
- Value:
0x80172000
- Note: returned by TestConnection in order to test throwing faults
XONLINE_E_WCMUSIC_ACCOUNT_SUSPENDED
- Value:
0x80172001
- Note: returned by orderItems if account is suspended because of unconfirmed free trial
XONLINE_E_WCMUSIC_INSUFFICIENT_BALANCE
- Value:
0x80172002
- Note: returned by orderItems if no points available
XONLINE_E_WCMUSIC_ITEM_ALREADY_PURCHASED
- Value:
0x80172003
- Note: returned by orderItems if repurchaseOverride is false, which it never is currently
XONLINE_E_WCMUSIC_ITEM_UNAVAILABLE
- Value:
0x80172004
- Note: returned by orderItems if the component is unavailable from MusicNet
XONLINE_E_WCMUSIC_TOO_MANY_ITEMS
- Value:
0x80172005
- Note: returnded by orderItems if item count > 100
XONLINE_E_WCMUSIC_NOT_SUSPENDED_BY_PARTNER
- Value:
0x80172006
- Note: returned by orderItems if account is suspended manually by Customer Service Rep, or returned by resumeAccount if account is suspended manually by a Customer Service Rep
XONLINE_E_WCMUSIC_ACCOUNT_NOT_ELIGIBLE
- Value:
0x80172007
- Note: returned by AuthenticateAccount if user is not eligible for the Argo service due to country, age, restrictions, etc.
XONLINE_E_WCMUSIC_ACCOUNT_NOT_PROVISIONED
- Value:
0x80172008
- Note: returned by AuthenticateAccount if user has not been provisioned for Argo service
XONLINE_E_WCMUSIC_INVALID_ARGUMENT
- Value:
0x80172009
- Note: returned when an argument passed in to the API was not allowed/expected.
XONLINE_E_WCMUSIC_TRANSACTION_PENDING
- Value:
0x8017200A
- Note: returned from OrderItems when something went wrong and the purchase transaction is in an inderterminate state. Calling GetOrderByExternalOrderId should be called to get the updated status on the transaction.
XONLINE_E_WCMUSIC_DUPLICATE_EXTERNAL_ORDER_ID
- Value:
0x8017200B
- Note: returned from OrderItems if a duplicate orderId was passed into wcmusic. Calling GetOrderByExternalOrderId should be called to get the updated status on that transaction, if needed. Otherwise a new externalOrderID needs to be generated.
XONLINE_E_WCMUSIC_RPS_TICKET_EXPIRED
- Value:
0x8017200C
- Note: returned from AuthenticateAccount when the Passport RPS ticket has expired
XONLINE_E_WCMUSIC_INVALID_RETAILER_ID
- Value:
0x8017200D
- Note: returned by any API that takes a retailerID, if the value specified was not expected
XONLINE_E_WCMUSIC_MAX_CONSUMPTION_EXCEEDED
- Value:
0x8017200E
- Note: returned by orderItems if the maximum number of points (defined by DMP policy) has been reached for the user making the purchase
XONLINE_E_WCMUSIC_ACCOUNT_REQUIRES_MANAGEMENT
- Value:
0x8017200F
- Note: returned if the account is otherwise disabled, banned, suspended, etc. and requires management on Argo.com
XONLINE_E_WCMUSIC_ACCOUNT_INVALID_USER
- Value:
0x80172010
- Note: returned if the RPS ticket is valid but for a user without an account
XONLINE_E_WCMUSIC_MUSICNET_ERROR
- Value:
0x80172011
- Note: returned if there was some sort of error returned from MusicNet
XONLINE_E_WCMUSIC_MUSICNET_COMMUNICATION_ERROR
- Value:
0x80172012
- Note: returned if there was communication error talking to musicnet
XONLINE_E_STS_ERROR
- Value:
0x80173000
- Note: Unsepecified STS error
XONLINE_E_STS_CONFIGURATION_ERROR
- Value:
0x80173001
- Note: STS configuration error
XONLINE_E_STS_INVALID_ARGUMENT
- Value:
0x80173002
- Note: STS invalid argument error
XONLINE_E_STS_INVALID_PLATFORM_TYPE
- Value:
0x80173003
- Note: STS token requested for unsupported platform type
XONLINE_E_CONFIGDB_INVALID_COMPONENT
- Value:
0x80174000
- Note: Caller specified a component name that does not exist in t_components
XONLINE_E_CONFIGDB_INVALID_INSTANCE
- Value:
0x80174001
- Note: Caller specified an instance name that does not exist in t_instances
XONLINE_E_CONFIGDB_NO_DEFAULT_INSTANCE
- Value:
0x80174002
- Note: This operation cannot be completed without a default instance specified in t_instances
XONLINE_E_CONFIGDB_INVALID_SERVER
- Value:
0x80174003
- Note: Caller specified a server name that does not exist in t_servers
XONLINE_E_CONFIGDB_INVALID_SETTING
- Value:
0x80174004
- Note: Caller specified a setting name that does not exist in t_settings
XONLINE_E_CONFIGDB_INVALID_PARENT
- Value:
0x80174005
- Note: Caller specified an instance that is already a child and cannot be used as a parent instance.
XONLINE_E_CONFIGDB_CANNOT_DEMOTE_PARENT
- Value:
0x80174006
- Note: Parent instances cannot be demoted back into children.
XONLINE_E_CONFIGDB_INVALID_INTERFACE
- Value:
0x80174007
- Note: Caller specified an interface that does not exist in t_interfaces.
XONLINE_E_CONFIGDB_NAME_TOO_LONG
- Value:
0x80174008
- Note: Caller specified a named item (component, server, setting, etc.) whose name exceeeded the allowable limit.
XONLINE_E_CONFIGDB_NO_PARAMETERS_SPECIFIED
- Value:
0x80174009
- Note: Call specified no parameters where at least one is required.
XONLINE_E_CATALOGWATCHER_INVALID_ID
- Value:
0x80175000
- Note: The ID does not exist in the database
XONLINE_E_CATALOGWATCHER_PRODUCER_ERROR
- Value:
0x80175001
- Note: Generic producer error
XONLINE_E_CATALOGWATCHER_PUBLISHER_ERROR
- Value:
0x80175002
- Note: Generic publisher error
XONLINE_E_CATALOGWATCHER_WATCHER_ERROR
- Value:
0x80175003
- Note: Generic Watcher error
XONLINE_E_CATALOGWATCHER_ESPPUBLISHER_FAST_OPERATION_ERROR
- Value:
0x80175004
- Note: ESP operation error
XONLINE_E_CATALOGWATCHER_ESPPUBLISHER_FAST_OPERATION_WARNING
- Value:
0x80175005
- Note: ESP operation warning
XONLINE_E_CATALOGWATCHER_INVALID_DESTINATION_NAME
- Value:
0x80175006
- Note: The destination name is invalid
XONLINE_E_CATALOGWATCHER_INVALID_RESOURCE_NAME
- Value:
0x80175007
- Note: The resource name is invalid
XONLINE_E_CATALOGWATCHER_PRODUCER_INVALID_QUEUE_OPERATION
- Value:
0x80175008
- Note: The producer did not add anything to the queue
XONLINE_E_CATALOGWATCHER_PUBLISHER_UPDATE_LSN_FAILED
- Value:
0x80175009
- Note: The publisher could not update the LSN
XONLINE_E_CATALOGWATCHER_PUBLISHER_INVALID_QUEUE_OPERATION
- Value:
0x8017500A
- Note: The publisher did not dequeue
XONLINE_E_CATALOGWATCHER_ESPPUBLISHER_INCORRECT_LSN_ORDER
- Value:
0x8017500B
- Note: LSN’s were not in monotonically increasing order
XONLINE_E_CATALOGWATCHER_MEDIA_EXTRACTOR_MISSING_DOCUMENT
- Value:
0x8017500C
- Note: Missing Document
XONLINE_E_CATALOGWATCHER_NULL_DOCUMENT_IN_QUEUE
- Value:
0x8017500D
- Note: Null document in queue
XONLINE_E_CATALOGWATCHER_ZERO_QUEUE_SIZE
- Value:
0x8017500E
- Note: Queue is being initialized with size 0
XONLINE_E_CATALOGWATCHER_GENERATE_DOCUMENTS_INVALID_COUNT
- Value:
0x8017500F
- Note: Count of <= 0 passed to GenerateDocuments
XONLINE_E_CATALOGWATCHER_PRODUCER_NOT_INITIALIZED_CORRECTLY
- Value:
0x80175010
- Note: Producer not initialized correctly
XONLINE_E_CATALOGWATCHER_PUBLISHER_NEGATIVE_BUCKET
- Value:
0x80175011
- Note: Bucket identifier is negative
XONLINE_E_CATALOGWATCHER_PUBLISHER_NULL_DOCUMENT
- Value:
0x80175012
- Note: Document is null
XONLINE_E_CATALOGWATCHER_NULL_LSN
- Value:
0x80175013
- Note: LSN is null
XONLINE_E_CATALOGWATCHER_INVALID_INPUT_PARAMETER
- Value:
0x80175014
- Note: Invalid input parameter
XONLINE_E_CATALOGWATCHER_MISSING_PARAMETER
- Value:
0x80175015
- Note: Missing input parameter
XONLINE_E_CATALOGWATCHER_COMMAND_FAILURE
- Value:
0x80175016
- Note: Generic Command Failure
XONLINE_E_CATALOGWATCHER_PRODUCER_INVALID_STATE
- Value:
0x80175017
- Note: Producer method has been invoked either without initializing or after an exception was thrown.
XONLINE_E_CATALOGWATCHER_PRODUCER_NO_PDLC_CONFIG
- Value:
0x80175018
- Note: pdlc_mediatypes setting is absent in t_multisettings in npdb
XONLINE_E_CATALOGWATCHER_PRODUCER_NO_RATEABLE_CONFIG
- Value:
0x80175019
- Note: ratings_mediatypes setting is absent in t_multisettings in npdb
XONLINE_E_CATALOGWATCHER_PRODUCER_NOT_AN_INTEGER_SETTING
- Value:
0x8017501A
- Note: The setting is not an integer
XONLINE_E_CATALOGWATCHER_PRODUCER_NO_EXEMPTGCFORTITLES
- Value:
0x8017501B
- Note: Missing exempt game content for titles multisetting
XONLINE_E_CATALOGWATCHER_PRODUCER_NO_EXEMPTMEDIATYPES
- Value:
0x8017501C
- Note: Missing exempt media types multisetting
XONLINE_E_CATALOGWATCHER_DOCUMENT_TOO_LARGE
- Value:
0x8017501D
- Note: Document has been generated that is larger then FAST ESP can store
XONLINE_E_MIX_UNKNOWNERROR
- Value:
0x80176000
- Note: Unknown Error
XONLINE_E_MIX_ENTITYFRAMEWORK_CONNECTION_ERROR
- Value:
0x80176001
- Note: SQL & Entity Framework Connection Error
XONLINE_E_MIX_CONFIGUREPRODUCT
- Value:
0x80176002
- Note: Configure Product Error
XONLINE_E_MIX_GETPRODUCT
- Value:
0x80176003
- Note: Get Product Error
XONLINE_E_MIX_CONFIGUREOFFER
- Value:
0x80176004
- Note: Configure Offer Error
XONLINE_E_MIX_GETOFFER
- Value:
0x80176005
- Note: Get Offer Error
XONLINE_E_MIX_WEBSGVALIDATIONERROR
- Value:
0x80176006
- Note: WebSG Validation Error
XONLINE_E_MIX_ARGUMENT_NULL
- Value:
0x80176007
- Note: Null input to mix
XONLINE_E_MIX_ARGUMENT_NULL_INTERNAL
- Value:
0x80176008
- Note: Null input within mix
XONLINE_E_MIX_NOT_FOUND_IN_CATALOG
- Value:
0x80176009
- Note: Item not found in catalog
XONLINE_E_MIX_INVALID_MEDIA_RELATIONSHIP_TYPE
- Value:
0x8017600A
- Note: MediaRelationShipType is invalid
XONLINE_E_MIX_INVALID_OFFER_RELATIONSHIP_TYPE
- Value:
0x8017600B
- Note: Offer relationship type is invalid
XONLINE_E_MIX_NEW_MEDIA_FOR_EXISTING_OFFER
- Value:
0x8017600C
- Note: New media id given for existing offer
XONLINE_E_MIX_NEW_OFFER_FOR_EXISTING_OFFERINSTANCE
- Value:
0x8017600D
- Note: New offer id given for existing offer instance
XONLINE_E_MIX_INVALID_DURATION_TYPE
- Value:
0x8017600E
- Note: DurationType is Invalid
XONLINE_E_MIX_INVALID_OFFER_RELATIONSHIP_MEDIA
- Value:
0x8017600F
- Note: related Medias are Invalid
XONLINE_E_MIX_INVALID_OFFERTYPE_MEDIA
- Value:
0x80176010
- Note: Offertype and MediaIds mismatch
XONLINE_E_MIX_INVALID_TITLE_ID
- Value:
0x80176011
- Note: Invalid Title ID Used
XONLINE_E_MIX_INVALID_LEADERBOARD_ID
- Value:
0x80176012
- Note: Invalid Leaderboard ID Used
XONLINE_E_MIX_INVALID_XLAST
- Value:
0x80176013
- Note: Invalid Xlast Used
XONLINE_E_MIX_DECOMPRESSION_ERROR
- Value:
0x80176014
- Note: Decompression error when decompressing xlast
XONLINE_E_MIX_INVALID_VERSION
- Value:
0x80176015
- Note: Invalid Version Used
XONLINE_E_MIX_INVALID_PLATFORM
- Value:
0x80176016
- Note: Invalid Platform Used
XONLINE_E_MIX_INVALID_FILE_TYPE
- Value:
0x80176017
- Note: Invalid File Type Used
XONLINE_E_MIX_INVALID_GUID
- Value:
0x80176018
- Note: Empty GUID Used
XONLINE_E_MIX_GAMEATTRIBUTE_INVALID_PROPERTY
- Value:
0x80176019
- Note: Unknown game attribute property encountered
XONLINE_E_MIX_GAMEATTRIBUTE_INVALID_PROPERTY_TYPE
- Value:
0x8017601A
- Note: Unknown game attribute property type encountered
XONLINE_E_MIX_GAMEATTRIBUTE_INVALID_PROPERTY_VALUE
- Value:
0x8017601B
- Note: Unknown game attribute property value encountered
XONLINE_E_MIX_MEDIALOCALEMAPS_INVALID_MAPPING
- Value:
0x8017601C
- Note: Invalid mapping encountered processing MediaLocaleMaps
XONLINE_E_MIX_INVALID_CONSUMABLE_QUANTITY
- Value:
0x8017601D
- Note: Invalid quantity for game consumable offer
XONLINE_E_MIX_FORBIDDEN_ENVIRONMENT
- Value:
0x8017601E
- Note: Environment not allowed
XONLINE_E_MIX_INVALID_MEDIATYPE
- Value:
0x8017601F
- Note: Invalid MediaType used for a Product
XONLINE_E_MIX_NEW_LIVEOFFERID_FOR_EXISTING_OFFER
- Value:
0x80176020
- Note: Attempt to change a live offer id mapping
XONLINE_E_MIX_UNIQUE_RATINGSYSTEMS_ERROR
- Value:
0x80176021
- Note: The rating list contains at least more than one instance from the same rating system
XONLINE_E_MIX_PRODUCT_LOCALIZATION_NOT_FOUND
- Value:
0x80176022
- Note: No localization text for this product is found the particular country for the offer instance
XONLINE_E_MIX_CONCURRENCY_ERROR
- Value:
0x80176023
- Note: Concurrency issue occured in Entity Framework
XONLINE_E_MIX_INVALID_SERVICE_TYPE
- Value:
0x80176024
- Note: invalid service type - xbox or zune
XONLINE_E_MIX_INVALID_SUBSCRIPTION_TYPE
- Value:
0x80176025
- Note: invalid subscription type - base, game, content
XONLINE_E_MIX_INVALID_TIER
- Value:
0x80176026
- Note: invalid tier (0, 3, 6 …)
XONLINE_E_MIX_INVALID_SERVICE_PRIVILEGE_SET
- Value:
0x80176027
- Note: invalid service privilege set (e.g. gold, silver, family, zune pass, phantasy star …)
XONLINE_E_MIX_CATALOG_CONSTRAINT_ERROR
- Value:
0x80176028
- Note: Catalog SQL Constraint error occured
XONLINE_E_MIX_ZERO_GUID_NOT_ALLOWED
- Value:
0x80176029
- Note: The API does not support empty guids.
XONLINE_E_MIX_GROUP_DOES_NOT_EXIST
- Value:
0x8017602A
- Note: The group requested does not exist.
XONLINE_E_MIX_INVALID_PRODUCTFAMILY
- Value:
0x8017602B
- Note: product ->offerInstance mapping is happening even before service sets are defined
XONLINE_E_MIX_INVALID_SKU_DELETE
- Value:
0x8017602C
- Note: Invalid sku delete operation
XONLINE_E_MIX_DUPLICATE_GROUP_NAME_NOT_ALLOWED
- Value:
0x8017602D
- Note: Group names must be unique
XONLINE_E_MIX_INVALID_GROUP_NAME
- Value:
0x8017602E
- Note: The group name is invalid.
XONLINE_E_MIX_INVALID_GROUP_CREATOR
- Value:
0x8017602F
- Note: The group creator is invalid.
XONLINE_E_MIX_ARGUMENT_EMPTY
- Value:
0x80176030
- Note: Empty string passed into mix that needs to be filled in
XONLINE_E_MIX_INVALID_CONFIG
- Value:
0x80176031
- Note: Invalid combination of configuration parameters.
XONLINE_E_MIX_STATS_FORCE_REQUIRED
- Value:
0x80176032
- Note: Leaderboard update needs force parameter to be successful
XONLINE_E_MIX_MATCH_MISSING_REMOVE_MODE
- Value:
0x80176033
- Note: MixMatch attemped to remove a mode with removeMode set to false
XONLINE_E_MIX_MATCH_NEW_MODE_FOUND
- Value:
0x80176034
- Note: MixMatch found a new mode added to the XLAST. This must be configured manually.
XONLINE_E_MIX_MATCH_SQL_EXCEPTION
- Value:
0x80176035
- Note: MixMatch encountered a SQL exception. This may be due to dropTable being set to false.
XONLINE_E_MIX_GROUP_MUST_BE_EMPTY
- Value:
0x80176036
- Note: The operation is not valid unless the group is empty.
XONLINE_E_MIX_STRING_TOO_LONG
- Value:
0x80176037
- Note: A string parameter is too long
XONLINE_E_MIX_MACHINE_NOT_IN_GROUP
- Value:
0x80176038
- Note: The machine was not in the given group.
XONLINE_E_MIX_CANNOT_MIGRATE_TO_SELF
- Value:
0x80176039
- Note: Cannot migrate a group to itself.
XONLINE_E_MIX_DUPLICATE_XRL_NOT_ALLOWED
- Value:
0x8017603A
- Note: Duplicate title update location XRLs aren’t allowed.
XONLINE_E_MIX_FRONT_DOOR_RESET_ERROR
- Value:
0x8017603B
- Note: Front Door Reset Error
XONLINE_E_MIX_DUPLICATE_APP_NOT_ALLOWED
- Value:
0x8017603C
- Note: Duplicate App Not Allowed
XONLINE_E_MIX_ARRAY_TOO_LONG
- Value:
0x80176040
- Note: An array parameter is too long
XONLINE_E_MIX_DUPLICATE_RANK_NOT_ALLOWED
- Value:
0x80176041
- Note: Duplicate title update location ranks aren’t allowed.
XONLINE_E_MIX_OFFER_INVALID_SUBSCRIPTIONFAMILY_CONFIG
- Value:
0x80176042
- Note: Wrong LiveSubscriptionFamily Configuration
XONLINE_E_MIX_OFFER_INVALID_SUBSCRIPTION_CONFIG
- Value:
0x80176043
- Note: Wrong LiveSubscription Configuration
XONLINE_E_MIX_OFFER_NO_TIER_FOUND
- Value:
0x80176044
- Note: No tier found
XONLINE_E_MIX_OFFER_NO_FREQUENCY_FOUND
- Value:
0x80176045
- Note: No Offer frequency found
XONLINE_E_MIX_OFFER_ERROR_FAMILY_INGESTION
- Value:
0x80176046
- Note: No family content ingestion supported
XONLINE_E_MIX_OFFER_ERROR_LEGACY_OFFER
- Value:
0x80176047
- Note: No Legacy offer mapping
XONLINE_E_MIX_DUPLICATE_CONTENTID
- Value:
0x80176048
- Note: A ContentId can only be associated with one MediaInstance/ProductPackage
XONLINE_E_MIX_ERROR_INGESTING_MANIFEST
- Value:
0x80176049
- Note: There was an error ingesting a new Etx manifest
XONLINE_E_MIX_INVALID_VISIBILITY_STATUS
- Value:
0x80176050
- Note: Invalid visibilitystatus (only allows 3,5 through mix)
XONLINE_E_MIX_PRODUCT_DUPLICATE_IMAGE_INSTANCE_ID
- Value:
0x80176051
- Note: Duplicate Image Instance Id (ImageId, Lcid, SizeId, FormatId) not allowed through MIX
XONLINE_E_MIX_OPERATION_NOT_SUPPORTED
- Value:
0x80176052
- Note: Operation not supported or not yet implemented.
XONLINE_E_FML_UNKNOWN_ERROR
- Value:
0x80177000
- Note: Unknown Error
XONLINE_E_FML_ALREADY_EXECUTING
- Value:
0x80177001
- Note: Trying to start a new job while a job is currently executing.
XONLINE_E_FML_ARGUMENT_NOT_FOUND
- Value:
0x80177002
- Note: An argument was not found during the running of a job.
XONLINE_E_FML_JOB_FAILED
- Value:
0x80177003
- Note: A job encountered an exception and was stopped.
XONLINE_E_FML_OPERATION_FAILED
- Value:
0x80177004
- Note: A job encountered an exception and was stopped.
XONLINE_E_ESP_ENGINE_UNKNOWN_ERROR
- Value:
0x80178000
- Note: Unknown error
XONLINE_E_ESP_ENGINE_INVALID_PARAMETER
- Value:
0x80178001
- Note: An invalid datatype was used
XONLINE_E_ESP_ENGINE_INVALID_SYNTAX
- Value:
0x80178002
- Note: Invalid syntax used for value type
XONLINE_E_ESP_ENGINE_INVALID_DATA_TYPE
- Value:
0x80178003
- Note: Invalid data type was used
XONLINE_E_ESP_ENGINE_PARAMETER_NOT_FOUND
- Value:
0x80178004
- Note: Could not find the parameter in the filter criteria
XONLINE_E_ESP_ENGINE_INVALID_RULE
- Value:
0x80178005
- Note: Rule could not be processed and had invalid data
XONLINE_E_ESP_ENGINE_SEARCH_TERM_TO_LONG
- Value:
0x80178006
- Note: Search term used is beyond the proper length allowed
XONLINE_E_ESP_ENGINE_INVALID_PARAMETER_GROUPING
- Value:
0x80178007
- Note: An invalid grouping of parameters was used
XONLINE_E_MARKETPLACECATALOG_UNKNOWN_ERROR
- Value:
0x80179000
- Note: Unknown error
XONLINE_E_MARKETPLACECATALOG_PARAMETER_MISSING
- Value:
0x80179001
- Note: A parameter is missing
XONLINE_E_MARKETPLACECATALOG_BAD_FORMAT
- Value:
0x80179002
- Note: A parameter is not formatted properly
XONLINE_E_MARKETPLACECATALOG_DETAIL_LEVEL_MISSING
- Value:
0x80179003
- Note: A detail level is missing for a search hit
XONLINE_E_XBOXLIVETOKEN_INVALID_VERSION
- Value:
0x80180000
- Note: Token Major or Minor version number invalid
XONLINE_E_XBOXLIVETOKEN_INVALID_ISSUER
- Value:
0x80180001
- Note: Token Issuer invalid
XONLINE_E_XBOXLIVETOKEN_INVALID_STATEMENT_COUNT
- Value:
0x80180002
- Note: Token contains an unexpected number of statements
XONLINE_E_XBOXLIVETOKEN_INVALID_STATEMENT_TYPE
- Value:
0x80180003
- Note: Token statement is not of the expected type
XONLINE_E_XBOXLIVETOKEN_INVALID_THUMBPRINT
- Value:
0x80180004
- Note: Token not signed by expected certificate
XONLINE_E_XBOXLIVETOKEN_INVALID_CLIENTTHUMBPRINT
- Value:
0x80180005
- Note: Token not being used with the certificate for which it was issued
XONLINE_E_XBOXLIVETOKEN_INVALID_PLATFORMTYPE
- Value:
0x80180006
- Note: Platform type not valid or inconsistent with token claims
XONLINE_E_XBOXLIVETOKEN_CERT_CONFIG
- Value:
0x80180020
- Note: Configuration problem caused GetCertificate failure
XONLINE_E_AAINFO_TOKEN_DATA_NOTFOUND
- Value:
0x80180101
- Note: AA Token Data not found
XONLINE_E_AAINFO_TOKEN_FIELD_NOTVALID
- Value:
0x80180102
- Note: AA Token field not valid with Token
XONLINE_E_CTP_BDK_E_EXCEEDS_MAXIMUM_DURATION
- Value:
0x80190218
- Note: “Error subscription duration exceeds max duration.”