AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
ATT_MSSDK.ServiceErrorObject Class Reference

ServiceErrorObject is returned as part of error response from platform. These errors occur when a service is unable to process a request and retrying of the request will result in a consistent failure. More...

List of all members.

Properties

string FaultCode [get, set]
 Gets or sets the value of FaultCode.
string FaultMessage [get, set]
 Gets or sets the value of FaultMessage.
string FaultDescription [get, set]
 Gets or sets the value of FaultDescription.

Detailed Description

ServiceErrorObject is returned as part of error response from platform. These errors occur when a service is unable to process a request and retrying of the request will result in a consistent failure.


Property Documentation

Gets or sets the value of FaultCode.

Gets or sets the value of FaultDescription.

Gets or sets the value of FaultMessage.