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+466b7b4177d79034f8e56fa7578c03dfea8fb3bf
Syntax
public class AuthenticationFailureException : SeveraApiException
See Also