enum Facilities;
Value | Description |
---|---|
Core | Facility common code. |
DDL | DDL compiler. |
RendezVous | NGS |
PythonCore | NGS (mainly errors generated on server side). |
Transport | Errors attributed to communications processing. |
DOCore | Errors attributed to NetZ . |
Spark | Not used. |
TransportSocket | Socket layer errors. |
ZZZAuthentication | Not used. |
Tracking | Not used. |
Telemetry | Not used. |
TitleStorage | Not used. |
Privilege | Not used. |
OnlineConfig | Not used. |
GameSession | Not used. |
Localization | Not used. |
News | Not used. |
PlayerStats | Not used. |
UserStorage | Not used. |
SkillRating | Not used. |
ZZZFriends | Not used. |
SubAccountManagement | Not used. |
Friends | Not used. |
LAST_QUAZAL_INTERNAL | Not used. |
FirstNintendoFacility | Not used. |
FPD | Friend presence. |
Matchmaking | Not used. |
Ranking | Storage account/ranking. |
Authentication | Authentication process. |
DataStore | DataStore |
Subscription | |
Rating | |
ServiceItem | ServiceItem |
Shop | |
MusicRequest | |
MatchmakeReferee | MatchmakeReferee |
Subscriber | Subscriber |
LAST_INTERNAL | Not used. |
FirstUserFacility | If using a user-defined facility, use any subsequent values. |
Enumerators defining the facilities from which qResult
values originate.
The facility represents the specific area (module) in the system where the qResult
originated. Each facility defines its own success and error codes unique to that facility. Error code 1 has one meaning in the Core
facility and a completely different meaning in the DDL or another facility.
Existing facilities cannot be changed, but user-defined facilities can be added.
CONFIDENTIAL