Class Error

A class that represents a Wikipedia API error

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

Fields

| Edit this page View Source

Code

What error code does this this error correspond to

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

Data

Any extra information the assist with debugging

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

Module

What Wikipedia module gave this error

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

Text

Information about this error

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