Preview 2.0 is now in Public Beta!
Read the Announcement
DownloadError
interface DownloadError extends EventData {
  error: Error;
  key: string;
}

Summary

Properties

error
key
2 properties inherited from EventData
Click to expand

Properties