Skip to content

Commit 913523d

Browse files
review feedback
Co-authored-by: Ray Luo <[email protected]>
1 parent ce21b53 commit 913523d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-error-handling-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ else:
5050

5151
```
5252

53-
For more information about the various error codes, see [Authentication and authorization error codes](./reference-aadsts-error-codes.md).
53+
When an error is returned, the `"error_description"` key also contains a human-readable message, and there is typically also an `"error_code"` key which contains a machine-readable Microsoft identity platform error code. For more information about the various Microsoft identity platform error codes, see [Authentication and authorization error codes](./reference-aadsts-error-codes.md).
5454

5555
In MSAL for Python, exceptions are rare because most errors are handled by returning an error value. The `ValueError` exception is only thrown when there's an issue with how you're attempting to use the library, such as when API parameter(s) are malformed.
5656

0 commit comments

Comments
 (0)