Class SetchStatusError

Hierarchy

  • Error
    • SetchStatusError

Constructors

Properties

Methods

Constructors

Properties

expectedStatus: ExpectedStatus
name: string = 'SetchStatusError'
options: SetchInit
res: Response
url: string

Methods

  • Returns {
        expectedStatus: string | number | boolean;
        message: string;
        name: string;
        options: SetchInit;
        res: { headers: { [k: string]: any }; status: number };
        url: string;
    }