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