Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Wrapper<T>

The equivalent of the Common Wrapper Object.
All responses in the API share a common format, so as to make parsing these responses simpler.

Type parameters

Hierarchy

  • Wrapper

Index

Constructors

constructor

Properties

backoff

backoff: number | null

May be absent, in which case it is set to null

errorId

errorId: number | null

Refers to an [[Error]]
May be absent, in which case it is set to null

errorMessage

errorMessage: string | null

May be absent, in which case it is set to null

errorName

errorName: string | null

May be absent, in which case it is set to null

hasMore

hasMore: boolean | null

items

items: T[] | null

page

page: number | null

pageSize

pageSize: number | null

quotaMax

quotaMax: number | null

quotaRemaining

quotaRemaining: number | null

total

total: number | null

type

type: string | null

Made by Horyus. Documentation generated by TypeDoc.