Click or drag to resize

ConcurrencyFault Class

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.

Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Web.EpicSDKConcurrencyFault
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 ConcurrencyFault

The ConcurrencyFault type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Description of the fault.
Public propertyMethodName
Method name of the method throwing the fault.
Top
Remarks