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

PolicyExceptionObject is returned as part of error response from platform. These exceptions occur when a policy criteria has not been met. 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 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

PolicyExceptionObject is returned as part of error response from platform. These exceptions occur when a policy criteria has not been met.


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 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.