chore: add default text for missing causes and solutions
This commit is contained in:
parent
7de56e9a05
commit
458d7c79c5
3434 changed files with 13267 additions and 13267 deletions
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::Unknown",
|
||||
"message": "",
|
||||
"short_description": "The reason for the error is unknown",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0102"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::NotImplemented",
|
||||
"message": "",
|
||||
"short_description": "The operation is currently not implemented",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0103"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::InvalidPointer",
|
||||
"message": "",
|
||||
"short_description": "\tThe operation specifies or accesses an invalid pointer",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0104"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::OperationAborted",
|
||||
"message": "",
|
||||
"short_description": "The operation was aborted",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0105"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::Exception",
|
||||
"message": "",
|
||||
"short_description": "The operation raised an exception",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0106"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::AccessDenied",
|
||||
"message": "",
|
||||
"short_description": "An attempt was made to access data in an incorrect manner. This may be due to inadequate permission or the data, file, etc. not existing",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0107"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::InvalidHandle",
|
||||
"message": "",
|
||||
"short_description": "The operation specifies or accesses an invalid DOHandle",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0108"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::InvalidIndex",
|
||||
"message": "",
|
||||
"short_description": "The operation specifies or accesses an invalid index",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0109"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::OutOfMemory",
|
||||
"message": "",
|
||||
"short_description": "The system could not allocate or access enough memory or disk space to perform the specified operation",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0110"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::InvalidArgument",
|
||||
"message": "",
|
||||
"short_description": "Invalid argument were passed with the operation. The argument(s) may be out of range or invalid",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0111"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::Timeout",
|
||||
"message": "",
|
||||
"short_description": "The operation did not complete within the specified timeout for that operation",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0112"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::InitializationFailure",
|
||||
"message": "",
|
||||
"short_description": "Initialization of the component failed",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0113"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::CallInitiationFailure",
|
||||
"message": "",
|
||||
"short_description": "The call failed to initialize",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0114"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::RegistrationError",
|
||||
"message": "",
|
||||
"short_description": "An error occurred during registration",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0115"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Core::BufferOverflow",
|
||||
"message": "",
|
||||
"short_description": "The buffer is too large to be sent",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0116"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0117": {
|
||||
"name": "Core::InvalidLockState",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0117"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0118": {
|
||||
"name": "Core::InvalidSequence",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0118"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0119": {
|
||||
"name": "Core::SystemError",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0119"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0120": {
|
||||
"name": "Core::Cancelled",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0120"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::ConnectionFailure",
|
||||
"message": "Unable to connect to the server.\n\nPlease try again later.\n\nIf the problem persists, please make\na note of the error code and visit\nsupport.nintendo.com",
|
||||
"short_description": "Connection was unable to be established, either with the Rendez-Vous back end or a Peer",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0301"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::NotAuthenticated",
|
||||
"message": "",
|
||||
"short_description": "The Principal could not be authenticated by the Authentication Service",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0302"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::InvalidUsername",
|
||||
"message": "",
|
||||
"short_description": "The Principal tried to log in with an invalid user name, i.e. the user name does not exist in the database",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0303"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::InvalidPassword",
|
||||
"message": "",
|
||||
"short_description": "The Principal either tried to log in with an invalid password for the provided user name or tried to join a Gathering with an invalid password",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0304"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::UsernameAlreadyExists",
|
||||
"message": "",
|
||||
"short_description": "The provided user name already exists in the database. All usernames must be unique",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0305"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::AccountDisabled",
|
||||
"message": "",
|
||||
"short_description": "\tThe Principal's account still exists in the database but the account has been disabled",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0306"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::AccountExpired",
|
||||
"message": "",
|
||||
"short_description": "The Principal's account still exists in the database but the account has expired",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0307"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::ConcurrentLoginDenied",
|
||||
"message": "",
|
||||
"short_description": "The Principal does not have the capabilities to perform concurrent logins, i.e. at any given time only one log-in may be maintained",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0308"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::EncryptionFailure",
|
||||
"message": "",
|
||||
"short_description": "Data encryption failed",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0309"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::InvalidPID",
|
||||
"message": "",
|
||||
"short_description": "The operation specifies or accesses an invalid PrincipalID",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0310"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::MaxConnectionsReached",
|
||||
"message": "Unable to connect because the server\nhas reached its connection limit and\ncannot accept any more connections\nat this time.\n\nPlease try again later",
|
||||
"short_description": "Maximum connnection number is reached",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0311"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0312": {
|
||||
"name": "RendezVous::InvalidGID",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0312"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0313": {
|
||||
"name": "RendezVous::InvalidControlScriptID",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0313"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0314": {
|
||||
"name": "RendezVous::InvalidOperationInLiveEnvironment",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0314"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0315": {
|
||||
"name": "RendezVous::DuplicateEntry",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0315"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0316": {
|
||||
"name": "RendezVous::ControlScriptFailure",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0316"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0317": {
|
||||
"name": "RendezVous::ClassNotFound",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0317"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0318": {
|
||||
"name": "RendezVous::SessionVoid",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0318"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0320": {
|
||||
"name": "RendezVous::DDLMismatch",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0320"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0321": {
|
||||
"name": "RendezVous::InvalidConfiguration",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0321"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0322": {
|
||||
"name": "RendezVous::SessionFull",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0322"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0323": {
|
||||
"name": "RendezVous::InvalidGatheringPassword",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0323"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0324": {
|
||||
"name": "RendezVous::WithoutParticipationPeriod",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0324"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0325": {
|
||||
"name": "RendezVous::PersistentGatheringCreationMax",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0325"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0326": {
|
||||
"name": "RendezVous::PersistentGatheringParticipationMax",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0326"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0327": {
|
||||
"name": "RendezVous::DeniedByParticipants",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0327"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0328": {
|
||||
"name": "RendezVous::ParticipantInBlackList",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0328"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0329": {
|
||||
"name": "RendezVous::GameServerMaintenance",
|
||||
"message": "The server is currently undergoing\nmaintenance. We apologize for any\ninconvenience. Please try again later.\n\nIf the problem persists, please\nvisit support.nintendo.com",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0329"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0330": {
|
||||
"name": "RendezVous::OperationPostpone",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0330"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0331": {
|
||||
"name": "RendezVous::OutOfRatingRange",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0331"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0332": {
|
||||
"name": "RendezVous::ConnectionDisconnected",
|
||||
"message": "A communication error has occurred.\n\nThe network may be busy, or the signal\nstrength may be weak. Please try again\nlater",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0332"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0333": {
|
||||
"name": "RendezVous::InvalidOperation",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0333"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0334": {
|
||||
"name": "RendezVous::NotParticipatedGathering",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0334"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0335": {
|
||||
"name": "RendezVous::MatchmakeSessionUserPasswordUnmatch",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0335"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0336": {
|
||||
"name": "RendezVous::MatchmakeSessionSystemPasswordUnmatch",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0336"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0337": {
|
||||
"name": "RendezVous::UserIsOffline",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0337"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0338": {
|
||||
"name": "RendezVous::AlreadyParticipatedGathering",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0338"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0339": {
|
||||
"name": "RendezVous::PermissionDenied",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0339"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0340": {
|
||||
"name": "RendezVous::NotFriend",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0340"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0341": {
|
||||
"name": "RendezVous::SessionClosed",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0341"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0342": {
|
||||
"name": "RendezVous::DatabaseTemporarilyUnavailable",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0342"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0343": {
|
||||
"name": "RendezVous::InvalidUniqueId",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0343"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0344": {
|
||||
"name": "RendezVous::MatchmakingWithdrawn",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0344"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0345": {
|
||||
"name": "RendezVous::LimitExceeded",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0345"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0346": {
|
||||
"name": "RendezVous::AccountTemporarilyDisabled",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0346"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0347": {
|
||||
"name": "RendezVous::PartiallyServiceClosed",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0347"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0348": {
|
||||
"name": "RendezVous::ConnectionDisconnectedForConcurrentLogin",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0348"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0401": {
|
||||
"name": "PythonCore::Exception",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0401"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0402": {
|
||||
"name": "PythonCore::TypeError",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0402"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0403": {
|
||||
"name": "PythonCore::IndexError",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0403"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0404": {
|
||||
"name": "PythonCore::InvalidReference",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0404"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0405": {
|
||||
"name": "PythonCore::CallFailure",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0405"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0406": {
|
||||
"name": "PythonCore::MemoryError",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0406"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0407": {
|
||||
"name": "PythonCore::KeyError",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0407"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0408": {
|
||||
"name": "PythonCore::OperationError",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0408"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0409": {
|
||||
"name": "PythonCore::ConversionError",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0409"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0410": {
|
||||
"name": "PythonCore::ValidationError",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0410"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::Unknown",
|
||||
"message": "",
|
||||
"short_description": "The reason for the error is unknown",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0501"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::ConnectionFailure",
|
||||
"message": "",
|
||||
"short_description": "Couldn't connect to the game server",
|
||||
"long_description": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "The Pretendo server is likely overloaded. Try again in half an hour.",
|
||||
"long_solution": "",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0502"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::InvalidUrl",
|
||||
"message": "",
|
||||
"short_description": "The URL contained in the StationURL is invalid. The syntax may be incorrect",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0503"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::InvalidKey",
|
||||
"message": "",
|
||||
"short_description": "The key used to authenticate a given station is invalid. The secure transport layer uses secret-key based cryptography to ensure the integrity and confidentiality of data sent across the network",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0504"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::InvalidURLType",
|
||||
"message": "",
|
||||
"short_description": "The specified transport type is invalid",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0505"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::DuplicateEndpoint",
|
||||
"message": "",
|
||||
"short_description": "The Station is already connected via another EndPoint",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0506"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::IOError",
|
||||
"message": "",
|
||||
"short_description": "The data could not be sent across the network. This could be due to an invalid message, packet, or buffer",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0507"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::Timeout",
|
||||
"message": "",
|
||||
"short_description": "The operation did not complete within the specified timeout for that operation",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0508"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::ConnectionReset",
|
||||
"message": "",
|
||||
"short_description": "The network connection was reset",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0509"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::IncorrectRemoteAuthentication",
|
||||
"message": "",
|
||||
"short_description": "The destination Station did not authenticate itself properly",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0510"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::ServerRequestError",
|
||||
"message": "",
|
||||
"short_description": "3rd-party server or device answered with an error code according to protocol used e.g. HTTP error code",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0511"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0512": {
|
||||
"name": "Transport::DecompressionFailure",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0512"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0513": {
|
||||
"name": "Transport::ReliableSendBufferFullFatal",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0513"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0514": {
|
||||
"name": "Transport::UPnPCannotInit",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0514"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0515": {
|
||||
"name": "Transport::UPnPCannotAddMapping",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0515"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0516": {
|
||||
"name": "Transport::NatPMPCannotInit",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0516"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0517": {
|
||||
"name": "Transport::NatPMPCannotAddMapping",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0517"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0519": {
|
||||
"name": "Transport::UnsupportedNAT",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0519"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0520": {
|
||||
"name": "Transport::DnsError",
|
||||
"message": "Unable to connect to the Internet.\n\nThe network may be busy.\nPlease try again later.\n\nIf you are using a Wi-Fi network,\nthe signal strength may be poor.\n\nPlease make sure there are no\nobstructions between the console\nand network device, and then try\nagain.\n\nIf this problem persists, it is possible\nthat the DNS and proxy-server settings\nare incorrect. Please check these\nsettings under the Internet option\nin System Settings",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0520"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0521": {
|
||||
"name": "Transport::ProxyError",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0521"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0522": {
|
||||
"name": "Transport::DataRemaining",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0522"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0523": {
|
||||
"name": "Transport::NoBuffer",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0523"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0524": {
|
||||
"name": "Transport::NotFound",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0524"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0525": {
|
||||
"name": "Transport::TemporaryServerError",
|
||||
"message": "",
|
||||
"short_description": "",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"short_description": "Unknown cause.",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/106-0525"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue