Show / Hide Table of Contents

Class ClientError

Error message from the endpoint

Inheritance
System.Object
ClientError
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class ClientError

Properties

| Improve this Doc View Source

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Reason

Declaration
public string Reason { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX