Home docs switch Switch Error Codes
Post

Switch Error Codes

An error code contains a module id and a module-specific code, separated by a dash. For example: 2306-0502.

The following module ids are currently known:

CodeNameDescription
2001svcSupervisor calls (syscalls)
2002fsFilesystem
2003osOperating system
2004htcsHost target connection services
2005ncmNintendo content manager
2006ddDevice address space
2007osdbgOS debugging
2008lrLocation resolver
2009ldrLoader services
2010sfService framework
2011sf::hipcService framework (IPC)
2012tmaTarget manager agent
2013dmntDebug monitor
2014gds?
2015pmProcess manager
2016nsNintendo shell services
2017bsdsocketBerkeley sockets
2018htcHost target connections
2019tsc?
2020kvdbKey-value database
2021smService manager
2022roLoader symbol registration
2023gc?
2024sdmmcMMC storage
2025ovlnOverlay notifications
2026splSecure platform services
2027socketSocket API
2028dtDevice tree
2029htclowHost target connections (low level)
2030ddsfDevice driver service framework
2031htcfsHost target connections (filesystem)
2032asyncAsynchronous tasks
2033utilUtilities
2035tipcTiny IPC
2037anif?
2100ethEthernet
2101i2cI2C (hardware communication)
2102gpioGPIO (hardware communication)
2103uartUART (hardware communication)
2104cpadClassic controller
2105settingsSystem settings
2106ftmTouchscreen
2107wlanWLAN
2108xcdNX controller driver
2109tmp451Temperature sensor
2110nifmNetwork interface manager (internet connection)
2111codecAudio decoding
2112lsm6ds3Accelerometer / gyroscope
2113bluetoothBluetooth
2114viVideo display
2115nfpAmiibo
2116timeTime services
2117fgmFrequency governer module
2118oeOperating environment (battery, performance, etc.)
2119bh1730fvcLight sensor
2120pciePCIe (hardware communication)
2121friendsFriends
2122bcatBackground content delivery (used for news and game data)
2123sslSSL / TLS
2124accountAccount services
2125newsNews
2126miiMiis
2127nfcNear-field communication
2128amApplet manager
2129prepoPlay reports (telemetry)
2130ahid?
2131appletApplets
2132aeApplet environment
2133pcvPower control / voltage services
2134usb::pdUSB power delivery
2135bpcBoard power control
2136psmPower management
2137nimNetwork installation manager
2138pscPower state control
2139tcTemperature control
2140usbUSB
2141nsdNetwork service discovery
2142pctlParental controls
2143btmBluetooth manager
2144laLibrary applets
2145esE-ticket services
2146ngcProfanity checks
2147erptError report generation
2148apmApplet profile manager
2149cecCEC (HDMI)
2150profilerCPU profiler
2151eupldError report uploads
2152libdeIcon downloads
2153audioAudio
2154npnsNintendo push notification service
2155httpHTTP requests (curl)
2156idleAuto-sleep
2157arpApplication registry
2158updaterUpdater
2159swkbdSoftware keyboard
2160netdiagNetwork checks
2161nfc::mifareMifare
2162errErrors
2163fatalFatal errors
2164ecE-commerce services
2165spsmPower state
2166aocAdd-on content
2167bgtcBackground tasks
2168creportCrash reports
2169sasbusSAS bus
2170plPlatform services
2171cdmscUSB mass storage
2172audioctrlAudio control
2173lblLight sensor
2175jitJIT compilation
2176hdcpHDCP
2177ommOperation mode manager
2178pdmPlay statistics database
2179olscOnline save storage
2180srepoSystem reports
2181dauthDevice authentication
2182stdfu?
2183dbgDebugging
2184cdacmUSB ACM
2185tcapThermal coordinator advanced policy
2186dhcpsDHCP services
2187spiSPI
2188avmApplication version manager
2189pwmPWM bus
2190dnsserverDNS server
2191rtcReal time clock
2192regulatorRegulator
2193ledLED
2194htctoolHost target connection tool
2195sioLite controller
2196pcmPower / voltage reader
2197clkrstClock resets
2198powctlPower controller
2199hiddriverHID driver
2200dmaDirect memory access
2202hidHumand interface device
2203ldnLocal device network
2204cs?
2205irsensorIR sensor
2206capsrvScreenshots
2207mm?
2208manuManufacturing services
2209atkAudio toolkit (NintendoWare)
2210webWeb browser
2211lcsLocal content share
2212grcGame recording
2213repairRepair
2214albumAlbum
2215ridDemo
2216migrationUser migration
2217migration::idcUser migration (IDC)
2218hidbusHID bus
2219ensExtended network service (game-specific HTTP services)
2220ndNeighbour detection
2221nddNeighbour device protocol
2222toyconToycon
2223websocketWebsockets
2224socketioSocket I/O
2306nexGame servers (old)
Error descriptions
2318piaPeer to peer (new)
2321nplnGame servers (new)
2618piaPeer to peer (old)
2623eagleRelay servers
2811 Nintendo eShop
2815coralVoice chat

SSL Error Codes

Error CodesDescription
0000 - 0199General errors
0200 - 0299PR errors
0300 - 0399SSL errors
1500 - 1599SSL alert errors

SSL Errors (General)

Error CodeDescription
2123-0011An I/O error has occurred
2123-0013An unexpected error has occurred
2123-0102Some kind of resource was exhausted (e.g. out of memory)
2123-0116Invalid file descriptor

SSL Errors (PR)

Error CodeDescription
2123-0204PR_WOULD_BLOCK_ERROR
2123-0205PR_IO_TIMEOUT_ERROR
2123-0206PR_OPERATION_ABORTED_ERROR
2123-0208PR_NOT_CONNECTED_ERROR
2123-0209PR_CONNECT_RESET_ERROR
2123-0210PR_CONNECT_ABORTED_ERROR
2123-0211PR_SOCKET_SHUTDOWN_ERROR
2123-0212PR_NETWORK_DOWN_ERROR

SSL Errors (SSL)

Error CodeDescription
2123-0301SSL_ERROR_BAD_CERT_DOMAIN
2123-0302SSL_ERROR_NO_CERTIFICATE
2123-0310Received record/message with unknown discriminant.
2123-0311Received a malformed (too long or short) SSL handshake.
2123-0312Received an SSL handshake that was inappropriate for the state we’re in.
2123-0313Received an SSL record that was inappropriate for the state we’re in.
2123-0314SSL_ERROR_RX_RECORD_TOO_LONG
2123-0315SSL_ERROR_RX_UNEXPECTED_HELLO_VERIFY_REQUEST
2123-0316SSL_ERROR_RX_UNEXPECTED_CERT_STATUS
2123-0317SSL_ERROR_INCORRECT_SIGNATURE_ALGORITHM
2123-0318SSL_ERROR_WEAK_SERVER_*_KEY
2123-0319SSL_ERROR_EXPIRED_CERT_ALERT
2123-0321SSL_ERROR_*_DIGEST_FAILURE
2123-0322SSL_ERROR_MAC_COMPUTATION_FAILURE
2123-0330SSL_ERROR_DECOMPRESSION_FAILURE

SSL Errors (SSL Alert)

Error CodeDescription
2123-1501SSL_ERROR_CLOSE_NOTIFY_ALERT
2123-1502SSL_ERROR_HANDSHAKE_UNEXPECTED_ALERT
2123-1503SSL_ERROR_BAD_MAC_ALERT
2123-1504SSL_ERROR_DECRYPTION_FAILED_ALERT
2123-1505SSL_ERROR_RECORD_OVERFLOW_ALERT
2123-1506SSL_ERROR_DECOMPRESSION_FAILURE_ALERT
2123-1507SSL_ERROR_HANDSHAKE_FAILURE_ALERT
2123-1509SSL_ERROR_BAD_CERT_ALERT
2123-1510SSL_ERROR_UNSUPPORTED_CERT_ALERT
2123-1511SSL_ERROR_REVOKED_CERT_ALERT
2123-1512SSL_ERROR_EXPIRED_CERT_ALERT
2123-1513SSL_ERROR_CERTIFICATE_UNKNOWN_ALERT
2123-1514SSL_ERROR_ILLEGAL_PARAMETER_ALERT
2123-1515SSL_ERROR_UNKNOWN_CA_ALERT
2123-1516SSL_ERROR_ACCESS_DENIED_ALERT
2123-1517SSL_ERROR_DECODE_ERROR_ALERT
2123-1518SSL_ERROR_DECRYPT_ERROR_ALERT
2123-1519SSL_ERROR_EXPORT_RESTRICTION_ALERT
2123-1520SSL_ERROR_PROTOCOL_VERSION_ALERT
2123-1521SSL_ERROR_INSUFFICIENT_SECURITY_ALERT
2123-1522SSL_ERROR_INTERNAL_ERROR_ALERT
2123-1523SSL_ERROR_INAPPROPRIATE_FALLBACK_ALERT
2123-1524SSL_ERROR_USER_CANCELED_ALERT
2123-1525SSL_ERROR_NO_RENEGOTIATION_ALERT
2123-1526SSL_ERROR_UNSUPPORTED_EXTENSION_ALERT
2123-1527SSL_ERROR_CERTIFICATE_UNOBTAINABLE_ALERT
2123-1528SSL_ERROR_UNRECOGNIZED_NAME_ALERT
2123-1529SSL_ERROR_BAD_CERT_STATUS_RESPONSE_ALERT
2123-1530SSL_ERROR_BAD_CERT_HASH_VALUE_ALERT

Account Error Codes

These errors are related to account services.

Account Errors (General)

Error CodeDescription
2124-0010BaaS or account server returned invalid error code
2124-3001AAuth server returned error 0111 (“Application update is required.”)
2124-3120AAuth server returned invalid response but http status indicates success
2124-3121BaaS server returned invalid response but http status indicates success

Account Errors (DAuth)

The following errors are shown when the DAuth server returns an error code:

DialogCodeDescription
2124-45040004Unauthorized device.
2124-45070007System update is required.
2124-45080008Device has been banned.
2124-45090009Internal Server Error.
2124-45100010Under maintenance.
2124-45110011Invalid client.
2124-45120012API not found.
2124-45130013Invalid certificate.
2124-45140014Invalid parameter in request.
2124-45150015Invalid parameter in request.
2124-45160016Invalid parameter in request.
2124-45170017This device might be broken.
2124-45180018 
2124-45190019 
2124-45200020 
2124-45210021 
2124-45220022 
2124-45230023 
2124-45240024 
2124-45250025 
2124-45260026 
2124-45270027 
2124-45280028 
2124-45290029 
2124-45300030 
2124-45310031 

Account Errors (AAuth)

These errors are shown when the AAuth server returns an error code.

DialogCodeDescription
2124-46030103Device token expired.
2124-46050105ROM ID has been banned.
2124-46060106Unauthorized application.
2124-46070107 
2124-46080108 
2124-46090109Service closed.
2124-46100110 
2124-46110111Application update is required.
2124-46120112Internal Server Error.
2124-46130113 
2124-46180118Invalid parameter in request.
2124-46200120 
2124-46210121Region mismatch.
2124-4799OtherAAuth server returned invalid error code

Account Errors (BAAS)

These errors are related to the Switch account server.

Error CodeDescription
2124-5000invalid_params
2124-5001invalid_request
2124-5002invalid_device_account
2124-5003invalid_ndas_app_authn_token
2124-5004invalid_idp
2124-5005invalid_idp_account
2124-5006linked_user_not_found
2124-5007invalid_friend_code_format
2124-5008user_link_not_exist
2124-5009invalid_raw_content
2124-5100invalid_token
2124-5101insufficient_scope
2124-5102forbidden
2124-5103unavailable_device_account
2124-5104resource_is_not_found
2124-5105method_not_allowed
2124-5106not_acceptable_language
2124-5107resource_already_exists
2124-5108user_link_already_exists
2124-5109precondition_failed
2124-5110friend_code_unregenerable_state
2124-5111banned_user
2124-5112deleted_user
2124-5113membership_required
2124-5114banned_user_by_application
2124-5200internal_server_error
2124-5210could_not_confirm_membership
2124-5249under_maintenance

Account Errors (NAS)

Account Errors (NAS Authorization Request)

Error CodesNameDetail
2124-6000unauthorized_client 
2124-6001access_denied 
2124-6003access_deniedid_token_hint_invalid
2124-6004access_denieduser_deleted
2124-6010invalid_scope 
2124-6011invalid_scopescope_token_unknown
2124-6012invalid_scopescope_token_prohibited
2124-6020server_error 
2124-6021login_required 
2124-6022login_requireduser_not_logged_in
2124-6023login_requireduser_different_from_id_token_hint
2124-6030consent_required 
2124-6031interaction_required 
2124-6032interaction_requireduser_banned
2124-6033interaction_requireduser_suspended
2124-6034interaction_requireduser_terms_agreement_required
2124-6099under_maintenance 

Account Errors (NAS Token Request)

Error CodesNameDetail
2124-6100invalid_request 
2124-6101invalid_client 
2124-6102invalid_grant 
2124-6103invalid_grantuser_deleted
2124-6104invalid_grantuser_banned
2124-6105invalid_grantuser_suspended
2124-6106invalid_grantuser_withdrawn
2124-6107invalid_grantuser_terms_agreement_required
2124-6120invalid_scope 
2124-6121invalid_scopescope_token_unknown
2124-6122invalid_scopescope_token_prohibited
2124-6123invalid_scopescope_token_not_authorized
2124-6130unauthorized_client 
2124-6131unsupported_grant_type 
2124-6132server_error 
2124-6199under_maintenance 

Account Errors (NAS User Request)

Error CodesName
2124-6200invalid_token
2124-6201insufficient_scope
2124-6249under_maintenance

Account Errors (HTTP)

Error CodeHTTP status
2124-7000Invalid
2124-7001Invalid (4xx)
2124-7002Invalid (5xx)
2124-7400400 (Bad Request)
2124-7401401 (Unauthorized)
2124-7403403 (Forbidden)
2124-7404404 (Not Found)
2124-7405405 (Method Not Allowed)
2124-7406406 (Not Acceptable)
2124-7407407 (Proxy Authentication Required)
2124-7408408 (Request Timeout)
2124-7409409 (Conflict)
2124-7410410 (Gone)
2124-7411411 (Length Required)
2124-7412412 (Precondition Failed)
2124-7413413 (Payload Too Large)
2124-7414414 (URI Too Long)
2124-7415415 (Unsupported Media Type)
2124-7416416 (Requested Range Not Satisfiable)
2124-7417417 (Expectation Failed)
2124-7500500 (Internal Server Error)
2124-7501501 (Not Implemented)
2124-7502502 (Bad Gateway)
2124-7503503 (Service Unavailable)
2124-7504504 (Gateway Timeout)
2124-7505505 (HTTP Version Not Supported)

NIM Error Codes

Error CodeDescription
2137-4501unexpected-error
2137-4502api-not-found
2137-4503communication-failed
2137-4504invalid-params
2137-4505invalid-auth-token
2137-4506resource-not-found
2137-4508device-registration-limit-reached
2137-4509invalid-nearness-check-result
2137-4510operation-not-allowed
2137-4511invalid-certificate
2137-4512direct-message-failed
2137-4513direct-message-receiver-is-offline
2137-4514invalid-account-config-payload
2137-4515device-unregistration-limit-reached
2137-4516invalid-migration-state
2137-4517vermillion-app-call-failed
2137-4518atums-call-failed
2137-4519dragons-call-failed
2137-4520pegasus-call-failed
2137-4521baas-call-failed
2137-4522penne-call-failed
2137-4523nas-call-failed

HTTP Error Codes

Error CodesDescription
0100 - 0599HTTP errors
8000 - 8199Curl errors

HTTP Errors (Status)

Error CodeHTTP status
2155-0100100 (Continue)
2155-0101101 (Switchting Protocols)
2155-0102102 (Processing)
2155-0300300 (Multiple Choices)
2155-0301301 (Moved Permanently)
2155-0302302 (Found)
2155-0303303 (See Other)
2155-0304304 (Not Modified)
2155-0305305 (Use Proxy)
2155-0306306 (Switch Proxy)
2155-0307307 (Temporary Redirect)
2155-0308308 (Permanent Redirect)
2155-0400400 (Bad Request)
2155-0401401 (Unauthorized)
2155-0402402 (Payment Required)
2155-0403403 (Forbidden)
2155-0404404 (Not Found)
2155-0405405 (Method Not Allowed)
2155-0406406 (Not Acceptable)
2155-0407407 (Proxy Authentication Required)
2155-0408408 (Request Timeout)
2155-0409409 (Conflict)
2155-0410410 (Gone)
2155-0411411 (Length Required)
2155-0412412 (Precondition Failed)
2155-0413413 (Payload Too Large)
2155-0414414 (URI Too Long)
2155-0415415 (Unsupported Media Type)
2155-0416416 (Requested Range Not Satisfiable)
2155-0417417 (Expectation Failed)
2155-0418418 (I’m a Teapot)
2155-0422422 (Unprocessable Entity)
2155-0423423 (Locked)
2155-0424424 (Failed Dependency)
2155-0426426 (Upgrade Required)
2155-0429429 (Too Many Requests)
2155-0451451 (Unavailable For Legal Reasons)
2155-0498Invalid (4xx)
2155-0500500 (Internal Server Error)
2155-0501501 (Not Implemented)
2155-0502502 (Bad Gateway)
2155-0503503 (Service Unavailable)
2155-0504504 (Gateway Timeout)
2155-0505505 (HTTP Version Not Supported)
2155-0506506 (Variant Also Negotiates)
2155-0507507 (Insufficient Storage)
2155-0508508 (Loop Detected)
2155-0509509 (Bandwidth Limit Exceeded)
2155-0510510 (Not Extended)
2155-0511511 (Network Authentication Required)
2155-0598Invalid (5xx)
2155-0599Invalid

HTTP Errors (Curl)

Error CodeDescription
2155-8001CURLE_UNSUPPORTED_PROTOCOL
2155-8002CURLE_FAILED_INIT
2155-8003CURLE_URL_MALFORMAT
2155-8004CURLE_NOT_BUILT_IN
2155-8005CURLE_COULDNT_RESOLVE_PROXY
2155-8006CURLE_COULDNT_RESOLVE_HOST
2155-8007CURLE_COULDNT_CONNECT
2155-8009CURLE_REMOTE_ACCESS_DENIED
2155-8016CURLE_HTTP2
2155-8018CURLE_PARTIAL_FILE
2155-8021CURLE_QUOTE_ERROR
2155-8022CURLE_HTTP_RETURNED_ERROR
2155-8023CURLE_WRITE_ERROR
2155-8025CURLE_UPLOAD_FAILED
2155-8026CURLE_READ_ERROR
2155-8027CURLE_OUT_OF_MEMORY
2155-8028CURLE_OPERATION_TIMEDOUT
2155-8033CURLE_RANGE_ERROR
2155-8034CURLE_HTTP_POST_ERROR
2155-8035CURLE_SSL_CONNECT_ERROR
2155-8036CURLE_BAD_DOWNLOAD_RESUME
2155-8041CURLE_FUNCTION_NOT_FOUND
2155-8042CURLE_ABORTED_BY_CALLBACK
2155-8043CURLE_BAD_FUNCTION_ARGUMENT
2155-8045CURLE_INTERFACE_FAILED
2155-8047CURLE_TOO_MANY_REDIRECTS
2155-8048CURLE_UNKNOWN_OPTION
2155-8051CURLE_PEER_FAILED_VERIFICATION
2155-8052CURLE_GOT_NOTHING
2155-8053CURLE_SSL_ENGINE_NOTFOUND
2155-8054CURLE_SSL_ENGINE_SETFAILED
2155-8055CURLE_SEND_ERROR
2155-8056CURLE_RECV_ERROR
2155-8058CURLE_SSL_CERTPROBLEM
2155-8059CURLE_SSL_CIPHER
2155-8061CURLE_BAD_CONTENT_ENCODING
2155-8063CURLE_FILESIZE_EXCEEDED
2155-8064CURLE_USE_SSL_FAILED
2155-8065CURLE_SEND_FAIL_REWIND
2155-8066CURLE_SSL_ENGINE_INITFAILED
2155-8067CURLE_LOGIN_DENIED
2155-8075CURLE_CONV_FAILED
2155-8076CURLE_CONV_REQD
2155-8077CURLE_SSL_CACERT_BADFILE
2155-8080CURLE_SSL_SHUTDOWN_FAILED
2155-8081CURLE_AGAIN
2155-8082CURLE_SSL_CRL_BADFILE
2155-8083CURLE_SSL_ISSUER_ERROR
2155-8088CURLE_CHUNK_FAILED
2155-8089CURLE_NO_CONNECTION_AVAILABLE
2155-8090CURLE_SSL_PINNEDPUBKEYNOTMATCH
2155-8091CURLE_SSL_INVALIDCERTSTATUS
2155-8092Curl returned error 94 (nintendo-specific)
2155-8093Curl returned error 95 (nintendo-specific)
2155-8094Curl returned error 96 (nintendo-specific)
2155-8095Curl returned error 97 (nintendo-specific)
2155-8096Curl returned error 98 (nintendo-specific)
2155-8148Curl returned an invalid error code
2155-8151CURLM_BAD_HANDLE
2155-8152CURLM_BAD_EASY_HANDLE
2155-8153CURLM_OUT_OF_MEMORY
2155-8154CURLM_INTERNAL_ERROR
2155-8155CURLM_BAD_SOCKET
2155-8156CURLM_UNKNOWN_OPTION
2155-8157CURLM_ADDED_ALREADY
2155-8191Curl multi returned an invalid error code

DAuth Error Codes

These errors are related to device and application authentication.

DAuth Errors (General)

Error codeDescription
2181-0200DAuth service is busy (too many async requests at the same time)
2181-3100DAuth or AAuth server returned invalid response
2181-3101Dragons server returned invalid response
2181-3200Failed to load device token from cache

DAuth Errors (DAuth)

The following errors are shown when the DAuth server returns an error code:

DialogCodeDescription
2181-40040004Unauthorized device.
2181-40070007System update is required.
2181-40080008Device has been banned.
2181-40090009Internal Server Error.
2181-40100010Under maintenance.
2181-40110011Invalid client.
2181-40120012API not found.
2181-40130013Invalid certificate.
2181-40140014Invalid parameter in request.
2181-40150015Invalid parameter in request.
2181-40160016Invalid parameter in request.
2181-40170017This device might be broken.
2181-40180018 
2181-40190019 
2181-40200020 
2181-40210021 
2181-40220022 
2181-40230023 
2181-40240024 
2181-40250025 
2181-40260026 
2181-40270027 
2181-40280028 
2181-40290029 
2181-40300030 
2181-40310031 

DAuth Errors (AAuth)

The following errors are shown when the AAuth server returns an error code:

DialogCodeDescription
2181-41030103Device token expired.
2181-41050105ROM ID has been banned.
2181-41060106Unauthorized application.
2181-41070107 
2181-41080108 
2181-41090109Service closed.
2181-41100110 
2181-41110111Application update is required.
2181-41120112Internal Server Error.
2181-41130113 
2181-41180118Invalid parameter in request.
2181-41200120 
2181-41210121Region mismatch.

DAuth Errors (Dragons)

The following errors are shown when the dragons server returns an error code:

Error CodeDescription
2181-4501400/invalid_parameter
2181-4502401/authentication_required
2181-4503403/invalid_token
2181-4506404/license_not_found
2181-4507403/license_inactive
2181-4508503/abort_retry
2181-4511400/invalid_device_certificate
2181-4512401/account_id_required
2181-4513403/license_archive_not_allowed
2181-4514403/license_not_grantable
2181-4515403/rights_policy_not_allowed
2181-4516403/system_update_required
2181-4517404/license_archive_not_found
2181-4518404/page_not_found
2181-4519405/method_not_allowed
2181-4520406/not_acceptable
2181-4521415/unsupported_media_type
2181-4522500/delete_record_failed
2181-4523500/insert_record_failed
2181-4524500/shogun_error
2181-4525500/unexpected_error
2181-4526503/service_unavailable
2181-4528500/op2_error
2181-4529503/op2_maintenance
2181-4532400/duplicate_rights_id
2181-4533400/invalid_eticket_template
2181-4534403/edge_token_not_grantable
2181-4535404/promotion_policy_not_found
2181-4536404/title_not_found
2181-4537500/update_record_failed
2181-4538500/unknown_issuer

NEX Error Codes

Error codeName
2306-0102Core::Unknown
2306-0103Core::NotImplemented
2306-0104Core::InvalidPointer
2306-0105Core::OperationAborted
2306-0106Core::Exception
2306-0107Core::AccessDenied
2306-0108Core::InvalidHandle
2306-0109Core::InvalidIndex
2306-0110Core::OutOfMemory
2306-0111Core::InvalidArgument
2306-0112Core::Timeout
2306-0113Core::InitializationFailure
2306-0114Core::CallInitiationFailure
2306-0115Core::RegistrationError
2306-0116Core::BufferOverflow
2306-0117Core::InvalidLockState
2306-0118Core::InvalidSequence
2306-0119Core::SystemError
2306-0120Core::Cancelled
2306-0201DDL::InvalidSignature
2306-0202DDL::IncorrectVersion
2306-0301RendezVous::ConnectionFailure
2306-0302RendezVous::NotAuthenticated
2306-0303RendezVous::InvalidUsername
2306-0304RendezVous::InvalidPassword
2306-0305RendezVous::UsernameAlreadyExists
2306-0306RendezVous::AccountDisabled
2306-0307RendezVous::AccountExpired
2306-0308RendezVous::ConcurrentLoginDenied
2306-0309RendezVous::EncryptionFailure
2306-0310RendezVous::InvalidPID
2306-0311RendezVous::MaxConnectionsReached
2306-0312RendezVous::InvalidGID
2306-0313RendezVous::InvalidControlScriptID
2306-0314RendezVous::InvalidOperationInLiveEnvironment
2306-0315RendezVous::DuplicateEntry
2306-0316RendezVous::ControlScriptFailure
2306-0317RendezVous::ClassNotFound
2306-0318RendezVous::SessionVoid
2306-0320RendezVous::DDLMismatch
2306-0321RendezVous::InvalidConfiguration
2306-0322RendezVous::SessionFull
2306-0323RendezVous::InvalidGatheringPassword
2306-0324RendezVous::WithoutParticipationPeriod
2306-0325RendezVous::PersistentGatheringCreationMax
2306-0326RendezVous::PersistentGatheringParticipationMax
2306-0327RendezVous::DeniedByParticipants
2306-0328RendezVous::ParticipantInBlackList
2306-0329RendezVous::GameServerMaintenance
2306-0330RendezVous::OperationPostpone
2306-0331RendezVous::OutOfRatingRange
2306-0332RendezVous::ConnectionDisconnected
2306-0333RendezVous::InvalidOperation
2306-0334RendezVous::NotParticipatedGathering
2306-0335RendezVous::MatchmakeSessionUserPasswordUnmatch
2306-0336RendezVous::MatchmakeSessionSystemPasswordUnmatch
2306-0337RendezVous::UserIsOffline
2306-0338RendezVous::AlreadyParticipatedGathering
2306-0339RendezVous::PermissionDenied
2306-0340RendezVous::NotFriend
2306-0341RendezVous::SessionClosed
2306-0342RendezVous::DatabaseTemporarilyUnavailable
2306-0343RendezVous::InvalidUniqueId
2306-0344RendezVous::MatchmakingWithdrawn
2306-0345RendezVous::LimitExceeded
2306-0346RendezVous::AccountTemporarilyDisabled
2306-0347RendezVous::PartiallyServiceClosed
2306-0348RendezVous::ConnectionDisconnectedForConcurrentLogin
2306-0401PythonCore::Exception
2306-0402PythonCore::TypeError
2306-0403PythonCore::IndexError
2306-0404PythonCore::InvalidReference
2306-0405PythonCore::CallFailure
2306-0406PythonCore::MemoryError
2306-0407PythonCore::KeyError
2306-0408PythonCore::OperationError
2306-0409PythonCore::ConversionError
2306-0410PythonCore::ValidationError
2306-0501Transport::Unknown
2306-0502Transport::ConnectionFailure
2306-0503Transport::InvalidUrl
2306-0504Transport::InvalidKey
2306-0505Transport::InvalidURLType
2306-0506Transport::DuplicateEndpoint
2306-0507Transport::IOError
2306-0508Transport::Timeout
2306-0509Transport::ConnectionReset
2306-0510Transport::IncorrectRemoteAuthentication
2306-0511Transport::ServerRequestError
2306-0512Transport::DecompressionFailure
2306-0513Transport::ReliableSendBufferFullFatal
2306-0514Transport::UPnPCannotInit
2306-0515Transport::UPnPCannotAddMapping
2306-0516Transport::NatPMPCannotInit
2306-0517Transport::NatPMPCannotAddMapping
2306-0519Transport::UnsupportedNAT
2306-0520Transport::DnsError
2306-0521Transport::ProxyError
2306-0522Transport::DataRemaining
2306-0523Transport::NoBuffer
2306-0524Transport::NotFound
2306-0525Transport::TemporaryServerError
2306-0526Transport::PermanentServerError
2306-0527Transport::ServiceUnavailable
2306-0528Transport::ReliableSendBufferFull
2306-0529Transport::InvalidStation
2306-0530Transport::InvalidSubStreamID
2306-0531Transport::PacketBufferFull
2306-0532Transport::NatTraversalError
2306-0533Transport::NatCheckError
2306-0602DOCore::StationNotReached
2306-0603DOCore::TargetStationDisconnect
2306-0604DOCore::LocalStationLeaving
2306-0605DOCore::ObjectNotFound
2306-0606DOCore::InvalidRole
2306-0607DOCore::CallTimeout
2306-0608DOCore::RMCDispatchFailed
2306-0609DOCore::MigrationInProgress
2306-0610DOCore::NoAuthority
2306-0611DOCore::NoTargetStationSpecified
2306-0612DOCore::JoinFailed
2306-0613DOCore::JoinDenied
2306-0614DOCore::ConnectivityTestFailed
2306-0615DOCore::Unknown
2306-0616DOCore::UnfreedReferences
2306-0617DOCore::JobTerminationFailed
2306-0618DOCore::InvalidState
2306-0619DOCore::FaultRecoveryFatal
2306-0620DOCore::FaultRecoveryJobProcessFailed
2306-0621DOCore::StationInconsitency
2306-0622DOCore::AbnormalMasterState
2306-0623DOCore::VersionMismatch
2306-0701FPD::NotInitialized
2306-0702FPD::AlreadyInitialized
2306-0703FPD::NotConnected
2306-0704FPD::Connected
2306-0705FPD::InitializationFailure
2306-0706FPD::OutOfMemory
2306-0707FPD::RmcFailed
2306-0708FPD::InvalidArgument
2306-0709FPD::InvalidLocalAccountID
2306-0710FPD::InvalidPrincipalID
2306-0711FPD::InvalidLocalFriendCode
2306-0712FPD::LocalAccountNotExists
2306-0713FPD::LocalAccountNotLoaded
2306-0714FPD::LocalAccountAlreadyLoaded
2306-0715FPD::FriendAlreadyExists
2306-0716FPD::FriendNotExists
2306-0717FPD::FriendNumMax
2306-0718FPD::NotFriend
2306-0719FPD::FileIO
2306-0720FPD::P2PInternetProhibited
2306-0721FPD::Unknown
2306-0722FPD::InvalidState
2306-0724FPD::AddFriendProhibited
2306-0726FPD::InvalidAccount
2306-0727FPD::BlacklistedByMe
2306-0729FPD::FriendAlreadyAdded
2306-0730FPD::MyFriendListLimitExceed
2306-0731FPD::RequestLimitExceed
2306-0732FPD::InvalidMessageID
2306-0733FPD::MessageIsNotMine
2306-0734FPD::MessageIsNotForMe
2306-0735FPD::FriendRequestBlocked
2306-0736FPD::NotInMyFriendList
2306-0737FPD::FriendListedByMe
2306-0738FPD::NotInMyBlacklist
2306-0739FPD::IncompatibleAccount
2306-0740FPD::BlockSettingChangeNotAllowed
2306-0741FPD::SizeLimitExceeded
2306-0742FPD::OperationNotAllowed
2306-0743FPD::NotNetworkAccount
2306-0744FPD::NotificationNotFound
2306-0745FPD::PreferenceNotInitialized
2306-0746FPD::FriendRequestNotAllowed
2306-0801Authentication::NASAuthenticateError
2306-0802Authentication::TokenParseError
2306-0803Authentication::HttpConnectionError
2306-0804Authentication::HttpDNSError
2306-0805Authentication::HttpGetProxySetting
2306-0806Authentication::TokenExpired
2306-0807Authentication::ValidationFailed
2306-0808Authentication::InvalidParam
2306-0809Authentication::PrincipalIdUnmatched
2306-0810Authentication::MoveCountUnmatch
2306-0811Authentication::UnderMaintenance
2306-0812Authentication::UnsupportedVersion
2306-0813Authentication::ServerVersionIsOld
2306-0814Authentication::Unknown
2306-0815Authentication::ClientVersionIsOld
2306-0816Authentication::AccountLibraryError
2306-0817Authentication::ServiceNoLongerAvailable
2306-0818Authentication::UnknownApplication
2306-0819Authentication::ApplicationVersionIsOld
2306-0820Authentication::OutOfService
2306-0821Authentication::NetworkServiceLicenseRequired
2306-0822Authentication::NetworkServiceLicenseSystemError
2306-0823Authentication::NetworkServiceLicenseError3
2306-0824Authentication::NetworkServiceLicenseError4
2306-1101Ranking::NotInitialized
2306-1102Ranking::InvalidArgument
2306-1103Ranking::RegistrationError
2306-1105Ranking::NotFound
2306-1106Ranking::InvalidScore
2306-1107Ranking::InvalidDataSize
2306-1109Ranking::PermissionDenied
2306-1110Ranking::Unknown
2306-1111Ranking::NotImplemented
2306-1201DataStore::Unknown
2306-1202DataStore::InvalidArgument
2306-1203DataStore::PermissionDenied
2306-1204DataStore::NotFound
2306-1205DataStore::AlreadyLocked
2306-1206DataStore::UnderReviewing
2306-1207DataStore::Expired
2306-1208DataStore::InvalidCheckToken
2306-1209DataStore::SystemFileError
2306-1210DataStore::OverCapacity
2306-1211DataStore::OperationNotAllowed
2306-1212DataStore::InvalidPassword
2306-1213DataStore::ValueNotEqual
2306-1500ServiceItem::Unknown
2306-1501ServiceItem::InvalidArgument
2306-1502ServiceItem::EShopUnknownHttpError
2306-1503ServiceItem::EShopResponseParseError
2306-1504ServiceItem::NotOwned
2306-1505ServiceItem::InvalidLimitationType
2306-1506ServiceItem::ConsumptionRightShortage
2306-1801MatchmakeReferee::Unknown
2306-1802MatchmakeReferee::InvalidArgument
2306-1803MatchmakeReferee::AlreadyExists
2306-1804MatchmakeReferee::NotParticipatedGathering
2306-1805MatchmakeReferee::NotParticipatedRound
2306-1806MatchmakeReferee::StatsNotFound
2306-1807MatchmakeReferee::RoundNotFound
2306-1808MatchmakeReferee::RoundArbitrated
2306-1809MatchmakeReferee::RoundNotArbitrated
2306-1901Subscriber::Unknown
2306-1902Subscriber::InvalidArgument
2306-1903Subscriber::OverLimit
2306-1904Subscriber::PermissionDenied
2306-2001Ranking2::Unknown
2306-2002Ranking2::InvalidArgument
2306-2003Ranking2::InvalidScore
2306-2201Screening::Unknown
2306-2202Screening::InvalidArgument
2306-2203Screening::NotFound

NEX Error Descriptions

Error codeDescription
2306-0102The reason for the error is unknown.
2306-0103The operation is currently not implemented.
2306-0104The operation specifies or accesses an invalid pointer.
2306-0105The operation was aborted.
2306-0106The operation raised an exception.
2306-0107An attempt was made to access data in an incorrect manner. This may be due to inadequate permission or the data, file, etc. not existing.
2306-0108The operation specifies or accesses an invalid DOHandle.
2306-0109The operation specifies or accesses an invalid index.
2306-0110The system could not allocate or access enough memory or disk space to perform the specified operation.
2306-0111Invalid argument were passed with the operation. The argument(s) may be out of range or invalid.
2306-0112The operation did not complete within the specified timeout for that operation.
2306-0113Initialization of the component failed.
2306-0114The call failed to initialize.
2306-0115An error occurred during registration.
2306-0116The buffer is too large to be sent.
2306-0301Connection was unable to be established, either with the Rendez-Vous back end or a Peer.
2306-0302The Principal could not be authenticated by the Authentication Service.
2306-0303The Principal tried to log in with an invalid user name, i.e. the user name does not exist in the database.
2306-0304The 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.
2306-0305The provided user name already exists in the database. All usernames must be unique.
2306-0306The Principal’s account still exists in the database but the account has been disabled.
2306-0307The Principal’s account still exists in the database but the account has expired.
2306-0308The Principal does not have the Capabilities to perform concurrent log ins, i.e. at any given time only one log-in may be maintained.
2306-0309Data encryption failed.
2306-0310The operation specifies or accesses an invalid PrincipalID.
2306-0311Maximum connnection number is reached
2306-0501The reason for the error is unknown.
2306-0502Network connection was unable to be established.
2306-0503The URL contained in the StationURL is invalid. The syntax may be incorrect.
2306-0504The 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.
2306-0505The specified transport type is invalid.
2306-0506The Station is already connected via another EndPoint.
2306-0507The data coudl not be sent across the network. This could be due to an invalid message, packet, or buffer.
2306-0508The operation did not complete within the specified timeout for that operation.
2306-0509The network connection was reset.
2306-0510The destination Station did not authenticate itself properly.
2306-05113rd-party server or device answered with an error code according to protocol used e.g. HTTP error code

Pia Error Codes (New)

Error CodeName
2318-0001AllocationFailed
2318-0002AlreadyInitialized
2318-0003BufferShortage
2318-0004BrokenData
2318-0005Cancelled
2318-0006NetworkConnectionIsLost
2318-0007InvalidArgument
2318-0008InvalidState
2318-0009NoData
2318-0010NotFound
2318-0011NotImplemented
2318-0012NotInitialized
2318-0013BufferIsFull
2318-0014TimeOut
2318-0015AlreadyExists
2318-0016ContainerIsFull
2318-0017TemporaryUnavailable
2318-0019NotSet
2318-0030SocketAddressFamilyIncompatible
2318-0031NetworkConnectionIsLostDuringNatTraversalProcess
2318-0101MemoryLeak
2318-0102NetworkInterfaceIsNotFound
2318-0103UnexpectedNetworkInterfaceAddress
2318-0201NatCheckCommunicationFailed
2318-0202InUsed
2318-0203NatCheckDnsFailed
2318-0204MonitoringDnsFailed
2318-0302InvalidNode
2318-0304NegligibleFault
2318-0305InvalidConnection
2318-0308LocalCommunicationInvalidState
2318-0309NetworkIsNotFound
2318-0310NetworkIsFull
2318-0311LocalCommunicationLowerVersion
2318-0312LocalCommunicationHigherVersion
2318-0313WifiOff
2318-0314Sleep
2318-0315WirelessControllerCountLimitation
2318-0317NetworkConnectionRejected
2318-0401ConnectionFailed
2318-0402CreateStationFailed
2318-0403VersionMismatched
2318-0404IsNotInCommunication
2318-0405TableIsFull
2318-0406IncreaseDataSize
2318-0501RequestDenied
2318-0502StationConnectionFailed
2318-0506MeshIsFull
2318-0507InvalidMessage
2318-0510NatTraversalFailedUnknown
2318-0513NatTraversalFailedLocalEim
2318-0514NatTraversalFailedLocalEdm
2318-0515NatTraversalFailedLocalEimSamePublicAddress
2318-0516NatTraversalFailedLocalEdmSamePublicAddress
2318-0521NatTraversalRequestTimeout
2318-0522NatTraversalFailedByDuplicateGlobalAddress
2318-0533JoinSessionFailedByNetworkConnectionTimeout
2318-0534JoinSessionFailedByHostMigration
2318-0535JoinSessionFailedByNetworkHostMigration
2318-0536JoinSessionFailedBySystemDeniedResponse
2318-0537JoinSessionFailedByLocalStationNotFound
2318-0539JoinSessionFailedByCreateStation
2318-0540JoinSessionFailedByDuplicateConstantId
2318-0541SessionIsNotFound
2318-0542RoomIsFull
2318-0543DeniedByParticipant
2318-0544ParticipantInBlocklist
2318-0545SessionUserPasswordUnmatch
2318-0546SessionSystemPasswordUnmatch
2318-0547MeshConnectionIsLost
2318-0548SessionIsClosed
2318-0549CompanionStationIsOffline
2318-0550HostIsNotFriend
2318-0551SessionConnectionIsLost
2318-0552CompanionStationIsLeft
2318-0554SessionMigrationFailed
2318-0555SessionWrongState
2318-0557JoinSessionFailedByNetworkConnectionIsLostOnJoinRequest
2318-0561MatchmakeServerMaintenance
2318-0562MatchmakeServerProcessAborted
2318-0563SessionConnectionIsLostByHost
2318-0564SessionConnectionIsLostByHostMigrationFailure
2318-0565SessionConnectionIsLostByInconsistentInfo
2318-0566KickedOutFromSessionByInconsistentInfo
2318-0567KickedOutFromSessionByUser
2318-0571CreateCommunityFailedUpperLimit
2318-0572JoinCommunityFailedUpperLimit
2318-0573CommunityIsFull
2318-0574CommunityIsNotFound
2318-0575CommunityIsClosed
2318-0576CommunityUserPasswordUnmatch
2318-0577AlreadyJoinedCommunity
2318-0578UserAccountNotExisted
2318-0579DuplicateConstantId
2318-0590LicenseForNetworkServiceNotAvailable
2318-0591LicenseForNetworkServiceError
2318-0592LicenseForNetworkServiceSubscriptionError
2318-0593LicenseForNetworkServiceSubscriptionError2
2318-0602SyncDataIsNotArrivedYet
2318-0606SyncDataIsNotSet
2318-0701SystemLowerVersion
2318-0702SystemHigherVersion
2318-0802InvalidClock
2318-1001SdkError
2318-1003CancelledByUser
2318-1101OutOfMemory
2318-1102LoginTimeout
2318-1103AlreadyLoggedIn
2318-1104MatchmakeServerAuthenticationFailed
2318-1105MatchmakeServerAuthenticationFailedByCommunicationVersion
2318-1106MatchmakeServerInvalidClientCommunicationVersion
2318-1107MatchmakeServerInvalidServerCommunicationVersion
2318-1200TurnDnsFailed
2318-1201SignalingServerProcessTimeout
2318-1202TurnServerProcessTimeout
2318-1203TurnFailedByDuplicateMappedAddress
2318-1500MatchmakeServerConnectionFailed
2318-1501MatchmakeServerProcessTimeout
2318-1502MatchmakeServerServiceClientError
2318-1800InvalidSocketError

PIA Error Codes (Old)

Error CodeName
2618-0000ResultSdkViewerResultError
2618-0001ResultAllocationFailed
2618-0002ResultAlreadyInitialized
2618-0003ResultBufferShortage
2618-0004ResultBrokenData
2618-0005ResultCancelled
2618-0006ResultNetworkConnectionIsLost
2618-0007ResultInvalidArgument
2618-0008ResultInvalidState
2618-0009ResultNoData
2618-0010ResultNotFound
2618-0011ResultNotImplemented
2618-0012ResultNotInitialized
2618-0013ResultBufferIsFull
2618-0014ResultTimeOut
2618-0015ResultAlreadyExists
2618-0016ResultContainerIsFull
2618-0017ResultTemporaryUnavailable
2618-0019ResultNotSet
2618-0101ResultMemoryLeak
2618-0201ResultNatCheckFailed
2618-0202ResultInUse
2618-0203ResultDnsFailed
2618-0302ResultInvalidNode
2618-0304ResultNegligibleFault
2618-0305ResultInvalidConnection
2618-0308ResultErrorOccurred
2618-0309ResultNetworkIsNotFound
2618-0310ResultNetworkIsFull
2618-0311ResultLocalLowerVersion
2618-0312ResultLocalHigherVersion
2618-0313ResultWifiOff
2618-0314ResultSleep
2618-0315ResultWirelessControllerCountLimitation
2618-0401ResultConnectionFailed
2618-0402ResultCreateStationFailed
2618-0403ResultIncompatibleFormat
2618-0404ResultNotInCommunication
2618-0405ResultTableIsFull
2618-0501ResultJoinRequestDenied
2618-0502ResultStationConnectionFailed
2618-0506ResultMeshIsFull
2618-0507ResultInvalidSystemMessage
2618-0510ResultStationConnectionNatTraversalFailedUnknown
2618-0513ResultNatTraversalFailedBothEim
2618-0514ResultNatTraversalFailedBothEdm
2618-0515ResultNatTraversalFailedLocalEimRemoteEdm
2618-0516ResultNatTraversalFailedLocalEdmRemoteEim
2618-0517ResultRelayFailedNoCandidate
2618-0518ResultRelayFailedRttLimit
2618-0519ResultRelayFailedRelayNumLimit
2618-0520ResultRelayFailedUnknown
2618-0521ResultNatTraversalRequestTimeout
2618-0541ResultSessionIsNotFound
2618-0542ResultMatchmakeSessionIsFull
2618-0543ResultDeniedByParticipants
2618-0544ResultParticipantInBlockList
2618-0545ResultSessionUserPasswordUnmatch
2618-0546ResultSessionSystemPasswordUnmatch
2618-0547ResultMeshConnectionIsLost
2618-0548ResultSessionIsClosed
2618-0549ResultCompanionStationIsOffline
2618-0550ResultHostIsNotFriend
2618-0551ResultSessionConnectionIsLost
2618-0552ResultCompanionStationIsLeft
2618-0554ResultSessionMigrationFailed
2618-0555ResultSessionWrongState
2618-0561ResultGameServerMaintenance
2618-0562ResultGameServerProcessAborted
2618-0571ResultCreateCommunityFailedUpperLimit
2618-0572ResultJoinCommunityFailedUpperLimit
2618-0573ResultCommunityIsFull
2618-0574ResultCommunityIsNotFound
2618-0575ResultCommunityIsClosed
2618-0576ResultCommunityUserPasswordUnmatch
2618-0577ResultAlreadyJoinedCommunity
2618-0578ResultUserAccountNotExisted
2618-0579ResultNetworkConnectionIsLostByDuplicateLogin
2618-0583ResultNatTraversalFailedBothEimSamePublicAddress
2618-0584ResultNatTraversalFailedBothEdmSamePublicAddress
2618-0585ResultNatTraversalFailedLocalEimRemoteEdmSamePublicAddress
2618-0586ResultNatTraversalFailedLocalEdmRemoteEimSamePublicAddress
2618-0590ResultLicenseForNetworkServiceNotAvailable
2618-0591ResultLicenseForNetworkServiceError
2618-0592ResultLicenseForNetworkServiceSubscriptionError
2618-0593ResultLicenseForNetworkServiceSubscriptionError2
2618-0602ResultDataIsNotArrivedYet
2618-0606ResultDataIsNotSet
2618-0701ResultLanLowerVersion
2618-0702ResultLanHigherVersion
2618-1001ResultSdkError
2618-1003ResultCancelledByUser

Eagle Error Codes

Error codeName
2623-0000FAILURE
2623-0001INTERNAL_ERROR
2623-0002INVALID_STATE
2623-0003INVALID_ARGUMENT
2623-0004NO_PERMISSIONS
2623-0005NO_SUCH_FILE
2623-0006FILE_ALREADY_EXISTS
2623-0007NOT_ENOUGH_BUFFER
2623-0008ARGUMENTS_SIZE_TOO_LARGE
2623-0009NO_MEMORY_USER
2623-0010NO_MEMORY_TRANSPORT
2623-0011UNEXPECTED_ALIGNMENT
2623-1000ALREADY_LISTENING
2623-1001ALREADY_CONNECTING
2623-1002ALREADY_CONNECTED
2623-1003TARNSPORT_ALREADY_STOPPED
2623-1004IN_PROGRESS
2623-1005UNRESOLVED_HOSTNAME
2623-1006SOCKET_CREATION_FAILURE
2623-1007SOCKET_CONNECTION_FAILURE
2623-1008SOCKET_CONNECTION_TIMEOUT
2623-1009HTTP_REQUEST_FAILURE
2623-1010HTTP_REQUEST_TIMEOUT
2623-1011WEBSOCK_HANDSHAKE_FAILURE
2623-1012SSL_CREATION_FAILURE
2623-1013SSL_OPERATION_FAILURE
2623-1014SSL_HANDSHAKE_FAILURE
2623-1015SSL_CONTEXT_CREATION_FAILURE
2623-1016EXCEEDED_MAXIMUM_SIZE_BY_ENCRYPTION
2623-1017HTTPS_PROXY_REQUEST_FAILURE
2623-1018HTTPS_PROXY_REQUEST_TIMEOUT
2623-1019DISCONNECTED_ACTIVE
2623-1020DISCONNECTED_PASSIVE
2623-1021KEEPALIVE_TIMEOUT
2623-1022PROTOCOL_VER_MISMATCH
2623-1023DDL_HASH_MISMATCH
2623-1024APP_PROTOCOL_VER_MISMATCH
2623-1025GET_PROXY_SETTING_FAILURE
2623-1026LOGIN_TIMEOUT
2623-1027INVALID_URL
2623-1028UNKNOWN_PROTOCOL_TYPE
2623-1029PROTOCOL_INITIALIZE_FAILURE
2623-1030PROTOCOL_LISTENING_FAILURE
2623-1031ALREADY_CONNECTION_CLOSED
2623-1032NOT_ENOUGH_DATA
2623-1033KCP_CREATE_FAILURE
2623-1034NOT_ENOUGH_KDP_SOCKET_POOL
2623-1035KCP_ILLEGAL_PARAM
2623-1036KCP_FAILURE
2623-1037NOT_ENOUGH_KDP_RECEIVE_BUFFER
2623-1038TOO_MANY_OPEN_SOCKETS
2623-1039SSL_HANDSHAKE_TIMEOUT
2623-1040WEBSOCK_HANDSHAKE_TIMEOUT
2623-1041PROTOCOL_CONNECTING_FAILURE
2623-2000UNAUTHORIZED
2623-2001PROXY_AUTH_FAILURE
2623-2002PROXY_BASIC_AUTH_FAILURE
2623-2003PROXY_DIGEST_AUTH_FAILURE
2623-3000DDL_HASH_NOT_SET
2623-3001MODE_IS_CLIENT
2623-3002MODE_IS_SERVER
2623-3003INVALID_NSO_KEY
2623-3004INVALID_NODE_ID
2623-3005NSO_CLONE_UNRECEIVED
2623-3006APP_PROTOCOL_VER_NOT_SET
2623-3007ILLEGAL_NODE
2623-3008RPC_CALLING_ALREADY_FAILED
2623-3009RPC_CALLBACK_FAILURE
2623-3010ILLEGAL_RPC_CALLED
2623-3011RTT_STAT_UNMEASURED
2623-8000NN_SSL_CONNECTION_CLOSED
2623-8001NN_SSL_ERROR_LOWER
2623-8002NN_SSL_INSUFFICIENT_MEMORY
2623-8003NN_SSL_INTERNAL_LOGIC_ERROR
2623-8004NN_SSL_INVALID_REFERENCE
2623-8005NN_SSL_IO_TIMEOUT
2623-8006NN_SSL_IO_WOULD_BLOCK
2623-8007NN_SSL_RESOURCE_BUSY
2623-8008NN_SSL_RESOURCE_MAX
2623-8009NN_SSL_VERIFY_CERT_FAILED
2623-8010NN_SSL_RESULT_CONNECTION_RESET
2623-8011NN_SSL_RESULT_CONNECTION_ABORTED
2623-8012NN_SSL_RESULT_SOCKET_SHUTDOWN
2623-8013NN_SSL_RESULT_NETWORK_DOWN
2623-9000SERVER_MAINTENANCE
2623-9999Invalid error code

Coral Error Codes

Error codeName
2815-2101SmartDeviceVoiceChat::Unknown
2815-2102SmartDeviceVoiceChat::InvalidArgument
2815-2103SmartDeviceVoiceChat::InvalidResponse
2815-2104SmartDeviceVoiceChat::InvalidAccessToken
2815-2105SmartDeviceVoiceChat::Unauthorized
2815-2106SmartDeviceVoiceChat::AccessError
2815-2107SmartDeviceVoiceChat::UserNotFound
2815-2108SmartDeviceVoiceChat::RoomNotFound
2815-2109SmartDeviceVoiceChat::RoomNotActivated
2815-2110SmartDeviceVoiceChat::ApplicationNotSupported
2815-2111SmartDeviceVoiceChat::InternalServerError
2815-2112SmartDeviceVoiceChat::ServiceUnavailable
2815-2113SmartDeviceVoiceChat::UnexpectedError
2815-2114SmartDeviceVoiceChat::UnderMaintenance
2815-2115SmartDeviceVoiceChat::ServiceNoLongerAvailable
2815-2116SmartDeviceVoiceChat::AccountTemporarilyDisabled
2815-2117SmartDeviceVoiceChat::PermissionDenied
2815-2118SmartDeviceVoiceChat::NetworkServiceLicenseRequired
2815-2119SmartDeviceVoiceChat::AccountLibraryError
2815-2120SmartDeviceVoiceChat::GameModeNotFound
Contents