UNPKG

guildwars2-ts

Version:

GuildWars 2 API Wrapper in Typescript

8 lines (7 loc) 219 B
/** * Token permission error. Thrown when the token is correct, * but does not have permissions required for the request. */ export declare class ApiPermissionsError extends Error { constructor(scope: string); }