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.ServiceExceptionObject Class Reference

ServiceExceptionObject is returned as part of error response from platform. These exceptions 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 MessageId [get, set]
 Gets or sets the value of message id Unique message identifier of the format 'ABCnnnn' where 'ABC' is either 'SVC' for Service Exceptions or 'POL' for Policy.
string Text [get, set]
 Gets or sets the value of Text Message text, with replacement variables marked with n, where n is an index into the list of variables elements, starting at 1.
string Variables [get, set]
 Gets or sets the value of variables List of zero or more strings that represent the contents of the variables used by the message text.

Detailed Description

ServiceExceptionObject is returned as part of error response from platform. These exceptions 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 message id Unique message identifier of the format 'ABCnnnn' where 'ABC' is either 'SVC' for Service Exceptions or 'POL' for Policy.

Gets or sets the value of Text Message text, with replacement variables marked with n, where n is an index into the list of variables elements, starting at 1.

Gets or sets the value of variables List of zero or more strings that represent the contents of the variables used by the message text.