src/errors.ts
This error is thrown when the user is unauthorized for a resource within the dashboard configuration. HTTP status 401 and 403 are disgusted as the two types of unauthorized errors.
Error
Properties |
|
constructor(message?: string, status?: number)
|
Readonly type |
Type : string
|