![]() | |
ASI.TAM.API.Web.EpicSDK Namespace |
Class | Description | |
---|---|---|
![]() | AuthenticationFault |
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. |
![]() | ConcurrencyFault |
This fault type returns for errors involving concrrency issues.
There are only 3 possible messages: 1. Method call failed since another user has taken a lock on the same area. 2. Method call failed since the object has changed. Try again. 3. The database being connected is locked. To resolve an error of this fault type, it may often only require waiting and trying the call later. However, in some cases a lock may not be released properly and the lock on the area may persist until it’s manually removed from Epic. For example, system locks can be released using Epic from Utilities > Diagnostic > Release System Locks. |
![]() | InputValidationFault |
This fault type returns for errors involving input validation.
There is a wide range of validation errors. To resolve an error of this type, read the error response and adjust the integration to pass expected input. Often the error response will give advice on how to obtain valid input for the offending field. |
![]() | MessageHeader |
Represents the SOAP message header.
|
![]() | MethodCallFault |
This fault type returns when encountering an unexpected error.
To resolve an error of this type, contact support. |