Skip to content

Commit cf306d6

Browse files
committed
Expose broker_error_status to public
1 parent b1d8cd7 commit cf306d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _convert_error(error, client_id):
7474
"error_description": "{}. Status: {}, Error code: {}, Tag: {}".format(
7575
context,
7676
error.get_status(), error.get_error_code(), error.get_tag()),
77-
"_broker_status": error.get_status(),
77+
"broker_error_status": str(error.get_status()),
7878
"_broker_error_code": error.get_error_code(),
7979
"_broker_tag": error.get_tag(),
8080
}

0 commit comments

Comments
 (0)