Specifies constants indicating the extented error codes for transaction execution failures.
Namespace: ININ.IceLib.Data.TransactionBuilderAssembly: ININ.IceLib.Data.TransactionBuilder (in ININ.IceLib.Data.TransactionBuilder.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum ExtendedErrorCode |
Visual Basic |
---|
Public Enumeration ExtendedErrorCode |
Members
Member name | Value | Description | |
---|---|---|---|
Other | -1 | Other. | |
Success | 0 | Success. | |
RecordNotFound | 1 | Record not found. | |
RecordChanged | 2 | Record changed. | |
RecordDeactivated | 3 | Record deactivated. |
Remarks
This enumeration is used by TransactionClient during transaction execution to specify the extented error codes for transaction execution failures.
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.