originally posted in:BungieNetPlatform
View Entire Topic
Just FYI:
bungled=449262725162792197
time=Approx 7:45am UTC
Message=An unexpected error has occurred while trying to grab Destiny information. Let us know if you see this.
ErrorCode=1618
ErrorStatus=DestinyUnexpectedError
edit:
Additionally:
ErrorCode=1652
ErrorStatus=DestinyShardRelayProxyTimeout
Message=Time out during communication with the game servers. Please try again later.
English
-
i have this ones on my app (I added both that you provided): public static final int SUCCESS = 1; public static final int USER_BANNED = 24; public static final int WAIT_MORE = 36; public static final int NEED_LOGIN = 99; public static final int ACCOUNT_NOT_FOUND = 1601; public static final int UNEXPECTED_ERROR = 1618; public static final int GUARDIAN_NOT_FOUND = 1620; public static final int ITEM_NOT_FOUND = 1623; public static final int ITEM_FAILED_LEVEL_CHECK = 1638; public static final int ITEM_FAILED_UNLOCK_CHECK = 1639; public static final int ITEM_UNEQUIPPABLE = 1640; public static final int ITEM_UNIQUE_EQUIP_RESTRICTED = 1641; public static final int RELAY_PROXY_TIMEOUT = 1652; public static final int ITEM_ACTION_FORBIDDEN = 1663;