![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
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...
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. |
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.
string ATT_MSSDK.ServiceErrorObject.FaultCode [get, set] |
Gets or sets the value of FaultCode.
string ATT_MSSDK.ServiceErrorObject.FaultDescription [get, set] |
Gets or sets the value of FaultDescription.
string ATT_MSSDK.ServiceErrorObject.FaultMessage [get, set] |
Gets or sets the value of FaultMessage.