Error codes: Difference between revisions

Lioncache (talk | contribs)
Add mii error code that indicates if certain behaviors are dev/debug-only functionality. When present, this is usually always preceded by a call into the set:sys module checking if the bool "is_db_test_mode_enabled" settings key has a true value set.
Lioncache (talk | contribs)
Add settings module error codes for null settings names and keys
Line 643: Line 643:
| 0xD21A || 26 || 105 || Invalid AES engine-id
| 0xD21A || 26 || 105 || Invalid AES engine-id
|-
|-
| 0x19669 || 105 || 203 || Setting value cannot be NULL
| 0x19269 || 105 || 201 || Null settings name
|-
| 0x19469 || 105 || 202 || Null settings key
|-
| 0x19669 || 105 || 203 || Null settings value
|-
|-
| 0x1A069 || 105 || 208 || Null setting value size buffer
| 0x1A069 || 105 || 208 || Null setting value size buffer