This list contains objects detailing issues with the request that
was sent such as invalid or unknown inputs. It is highly
recommended that you check this array for issues when integrating
the web service.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic IList<Warning> Warnings { get; }
Public ReadOnly Property Warnings As IList(Of Warning)
Get
public:
property IList<Warning^>^ Warnings {
IList<Warning^>^ get ();
}
member Warnings : IList<Warning> with get
Property Value
Type:
IListWarning
See Also