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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-0120"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::ConnectionFailure",
|
||||
"message": "",
|
||||
"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/006-0301"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::NotAuthenticated",
|
||||
"message": "Unable to connect to the server.\nPlease try again later.\n\nFor help, visit support.nintendo.com",
|
||||
"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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-0310"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "RendezVous::MaxConnectionsReached",
|
||||
"message": "Unable to connect to the server.\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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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\nTo learn more about maintenance,\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/006-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/006-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/006-0331"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0332": {
|
||||
"name": "RendezVous::ConnectionDisconnected",
|
||||
"message": "A communication error has occurred.\n\nThere may be problems with the network\nor the environment. 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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-0346"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0347": {
|
||||
"name": "RendezVous::PartiallyServiceClosed",
|
||||
"message": "This online service has ended.\n\nFor details, please refer to the official\nwebsite for this software",
|
||||
"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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-0501"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
"name": "Transport::ConnectionFailure",
|
||||
"message": "",
|
||||
"short_description": "Network connection was unable to be established",
|
||||
"long_description": "",
|
||||
"short_solution": "",
|
||||
"long_solution": "",
|
||||
"long_description": "Unknown cause.",
|
||||
"short_solution": "Unknown solution.",
|
||||
"long_solution": "Unknown solution.",
|
||||
"support_link": "https://preten.do/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-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/006-0519"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
"0520": {
|
||||
"name": "Transport::DnsError",
|
||||
"message": "Could not connect to the Internet.\n\nThe network may be busy, or there\nmay be problems with the connection\nenvironment. To ensure an optimal\nconnection environment, move closer\nto the access point and make sure that\nthere are no obstructions between\nthe system and the access point.\nIf this does not work, please try\nagain later.\n\n■ Check that your computer can\nconnect to the Internet using the same\nsettings. If not, refer to the instruction\nbooklet that came with your\naccess point.\n\n■ The DNS setting may have been \nentered incorrectly. Check the setting \nin System Settings ⇒ Internet \nSettings.\n\n■ The proxy server may have been\nentered incorrectly. Check the setting\nin System Settings ⇒ Internet \nSettings",
|
||||
"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/006-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/006-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/006-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/006-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/006-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/006-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