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