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 SourceMessage
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reason
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()