Click or drag to resize

AuthenticationFault Class

This fault type returns for requests that were not authorised.

Examples include passing invalid credentials or attempting to access a method that caller is not licensed for.

To resolve an error of this fault type, it would often be neccessary to contact support.

Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Web.EpicSDKAuthenticationFault
Namespace:  ASI.TAM.API.Web.EpicSDK
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
public sealed class AuthenticationFault

The AuthenticationFault type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Description of the fault
Public propertyErrorCode
Error code if any.
Public propertyMethodName
Name of the method
Top
Remarks