Touchstone 11.0 API Reference
Code Property (Reason)


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace > Reason Class : Code Property
Contains a reason/error code. These reason/error codes are organized according to the API to which each applies, as the following table shows:
Reason CodeAPI
1000 – 1999
Activity Monitor
2000 – 2999
Data Source Management
3000 – 3999
Project
4000 – 4999
Deletion
5000 – 5999
Import
6000 – 6999
Export
16,000 – 16,999
Data Quality Analysis
25,000 – 25,999
Loss Analysis
Syntax
Public Property Code As Integer
Dim instance As Reason
Dim value As Integer
 
instance.Code = value
 
value = instance.Code
public int Code {get; set;}
Remarks
These reason/error codes are organized according to the API to which each applies, as the following table shows:
Reason CodeAPI
1000 – 1999
Activity Monitor
2000 – 2999
Data Source Management
3000 – 3999
Project
4000 – 4999
Deletion
5000 – 5999
Import
6000 – 6999
Export
16,000 – 16,999
Data Quality Analysis
25,000 – 25,999
Loss Analysis
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Reason Class
Reason Members