Error codes: Difference between revisions

Structure: Updated with the actual formatstr from title *81D.
Line 11: Line 11:


When a fatal-error is received the error code is outputted using the following formatter:
When a fatal-error is received the error code is outputted using the following formatter:
   %04d-%04x
   %04d-%04d


.. 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.