![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
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...
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. |
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.
string ATT_MSSDK.ServiceExceptionObject.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 ATT_MSSDK.ServiceExceptionObject.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 ATT_MSSDK.ServiceExceptionObject.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.