ErrorResponse
react-router

ErrorResponse type

type ErrorResponse = { 
  data: any,
  status: number,
  statusText: string,
}
Docs and examples CC 4.0