| ErrorResponseErrors Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.GeneralDataModel.Response.ErrorResponse.Errors"]
Namespace: Quickblox.Sdk.GeneralDataModel.ResponseAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, string[]> Errors { get; set; }Public Property Errors As Dictionary(Of String, String())
Get
Set
public:
property Dictionary<String^, array<String^>^>^ Errors {
Dictionary<String^, array<String^>^>^ get ();
void set (Dictionary<String^, array<String^>^>^ value);
}member Errors : Dictionary<string, string[]> with get, set
Property Value
Type:
DictionaryString,
String
See Also