You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, WAM returns error code in decimal, resulting in negative numbers, such as -2147023584, -2147221164. Their corresponding hexadecimal values are 0x80070520, 0x80040154.
MSAL client type
Public
Problem Statement
Currently, WAM returns error code in decimal, resulting in negative numbers, such as
-2147023584
,-2147221164
. Their corresponding hexadecimal values are0x80070520
,0x80040154
.Even https://aka.ms/errors recommends using hex:
In a search engine,
-
usually means "not to include". Searching for-2147221164
gives no result:https://www.google.com/search?q=-2147221164
Proposed solution
WAM should return error code in hexadecimal.
The text was updated successfully, but these errors were encountered: