OperationResultErrors Property |
A list of any errors that occurred during the request
Namespace: Rally.RestApi.ResponseAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic List<string> Errors { get; set; }
Public Property Errors As List(Of String)
Get
Set
public:
property List<String^>^ Errors {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Errors : List<string> with get, set
Property Value
Type:
ListString
See Also