NIM Services: Difference between revisions

Luigoalma (talk | contribs)
Add some extent of error codes. More to add later from reversal work.
Luigoalma (talk | contribs)
Correction of result error values, swapped myself accidentally while taking note of results
Line 671: Line 671:
!  Description
!  Description
|-
|-
| 0xD8600801
| 0xE0E0D001
| Non-null terminated string on IPC parameter or failure to encode base64 for X-Authentication-Key or X-Authentication-Data HTTP parameters.
| Non-null terminated string on IPC parameter for given length.
|-
|-
| 0xD960D004
| 0xD960D004
Line 783: Line 783:
| 0xD8A15C08
| 0xD8A15C08
| HTTP non 2xx, json message processing, error code 1004 given in json body.
| HTTP non 2xx, json message processing, error code 1004 given in json body.
|}
==Other Results==
Any other result that is not given by other modules as a response, but found internally in NIM.
{| class="wikitable" border="1"
|-
!  Result
!  Module value
!  Description
|-
| 0xD8600801
| Util (2)
| Encoding errors. In NIM, if error while encoding base64 for X-Authentication-Key or X-Authentication-Data HTTP parameters.
|}
|}