Class Warning

A class that represents a Wikipedia API warning. Often returned when invalid parameters/arguments are passed to the Wikipedia API

Inheritance
Warning
Namespace: WikiDotNet
Assembly: Wiki.Net.dll
Syntax
public sealed class Warning

Fields

| Edit this page View Source

Code

What warning code does this warning correspond to

Declaration
[JsonProperty("code")]
public readonly string Code
Field Value
TypeDescription
string
| Edit this page View Source

Module

What Wikipedia module gave this warning

Declaration
[JsonProperty("module")]
public readonly string Module
Field Value
TypeDescription
string
| Edit this page View Source

Text

Information about this warning

Declaration
[JsonProperty("*")]
public readonly string Text
Field Value
TypeDescription
string