Skip to content

Conversation

@sumanla13a
Copy link
Contributor

Regarding #1730

Adjusts index.d.ts so that it takes type argument which is passed on to AxiosResponse.

export interface AxiosError<T = any> extends Error {
  config: AxiosRequestConfig;
  code?: string;
  request?: any;
  response?: AxiosResponse<T>;
}

@JakeSidSmith
Copy link

Really need this feature. Was about to open a PR myself. Would be great to get it merged. 🙂

@sumanTitan
Copy link

Can this be merged if this is all right?

@emilyemorehouse emilyemorehouse merged commit 047501f into axios:master May 7, 2019
@axios axios locked and limited conversation to collaborators May 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants