Show / Hide Table of Contents

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 Source

Error

Description of the error

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

Status

Status code of the error

Declaration
public string Status { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX