Error codes: Difference between revisions

No edit summary
No edit summary
Line 15: Line 15:
.. where the first code is <code>2000 + Module</code>, and the other being <code>Description</code>. Bits >=22 from the error-code are unused when displaying fatal-errors, since the Description ends with bit21.
.. where the first code is <code>2000 + Module</code>, and the other being <code>Description</code>. Bits >=22 from the error-code are unused when displaying fatal-errors, since the Description ends with bit21.


= Modules =
= Result Errors =
General errors used by system modules and applications.
 
== Modules ==
{| class=wikitable
{| class=wikitable
! Value || Name
! Value || Name
Line 234: Line 237:
|}
|}


= Error codes =
== Error codes ==
{| class=wikitable
{| class=wikitable
! Value || Module || Description || Notes
! Value || Module || Description || Notes
Line 1,333: Line 1,336:
|}
|}


== FS Error Codes ==
=== FS Error codes ===
The following are the error codes recognized by nn::fs::detail::LogErrorMessage found in some [[Factory Setup|factory]] titles:
The following are the error codes recognized by nn::fs::detail::LogErrorMessage found in some [[Factory Setup|factory]] titles:


Line 1,448: Line 1,451:


= Support Errors =
= Support Errors =
This section is for Support Errors displayed by the error-applet, separate from the normal Result errors.
This section is for Support Errors displayed by the error-applet, separate from the normal Result Errors.


== Modules ==
== Modules ==