OauthAzureActivedirectory.Error exception (oauth_azure_activedirectory v1.1.1)
Summary
Types
Functions
Link to this function
message(error)
Return the message for the given error.
Examples
iex> {:error, %MyApp.Error{} = error} = do_something()
iex> Exception.message(error)
"Unable to perform this action."
Link to this function