OauthAzureActivedirectory.Error exception (oauth_azure_activedirectory v1.0.0)
Link to this section Summary
Link to this section Types
Specs
Link to this section Functions
Link to this function
message(error)
Specs
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