# Functions
HasAuthorizationFailedError returns true it the error is, or contains, an AuthorizationFailed error.
HasLinkedAuthorizationFailedError returns true it the error is, or contains, a LinkedAuthorizationFailed error.
IsDeploymentActiveError returns true it the error is a DeploymentActive error.
IsInvalidSecretError returns if errors is InvalidCredentials error Example: (adal.tokenRefreshError) adal: Refresh request failed.
IsUnauthorizedClientError return if errors is UnauthorizedClient Example: {"error": "unauthorized_client", "error_description": "AADSTS700016: Application with identifier 'xxx' was not found in the directory 'xxx'.
ResourceGroupNotFound returns true if the error is an ResourceGroupNotFound error.