Click or drag to resize

AuthenticationFailureException Class

System.ServiceModel.FaultException(Of AuthenticationFailureException) is thrown when user can't be authenticated with the API key which is used in the integration. This can happen for example when:
  • API key has been updated in Visma Severa, and the new API key is not in use in the integration.
  • User doesn't have API enabled.
  • User doesn't have API access right.
  • Organization doesn't have API add-on.
  • User is inactive.
Inheritance Hierarchy
SystemObject
  Severa.APISeveraApiException
    Severa.APIAuthenticationFailureException

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+cc2a5357b8231e24c5fd7606bb1e71a1374ad1e9
Syntax
public class AuthenticationFailureException : SeveraApiException
See Also