I am using Graph SDK in asp.net to create users as here: https://docs.microsoft.com/en-us/graph/api/user-post-users?view=graph-rest-1.0&tabs=csharp
I see the json response there, but there is no documentation on failure cases. For example, what is the response when password is too weak? I need to handle all these scenarios but I don't see any documentation except for the ideal case response.