Touchstone 11.0 API Reference
Status Class
Members 


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : Status Class
Contains the Status, including a Status Code, Description, and Reason.
Syntax
Public Class Status 
Dim instance As Status
public class Status 
Remarks
Each Response object (derived from ResponseBase) returns a Status object that provides information about the status of the response. If a method returns a Status Code that is equal to Success, then the console writes the values of the response properties. If the method does not return a response successfully, then the value of the Status Code explains the error. Touchstone supports the following Status Codes:

Further, if the method does not return a response successfully, then the Status object also contains a Reason. This Reason consists of a Reason Code and a Message. The Reason Codes are organized according to the API to which they apply, 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
Inheritance Hierarchy

System.Object
   AIR.Services.Common.Data.Status

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

Status Members
AIR.Services.Common.Data Namespace