Class ApiError
Represents an API Error thrown by the R6 Stats API after a bad request
Inheritance
System.Object
ApiError
Namespace: R6Stats.Models
Assembly: R6Stat-Sharp.dll
Syntax
public class ApiError : object
Properties
| Improve this Doc View SourceError
Description of the error
Declaration
public string Error { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
Status code of the error
Declaration
public string Status { get; }
Property Value
| Type | Description |
|---|---|
| System.String |