We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d16850 commit 5ec318aCopy full SHA for 5ec318a
src/index.d.ts
@@ -16,6 +16,9 @@ export interface ErrorEventData extends observable.EventData {
16
error: any /*NSError | java.lang.Exception*/;
17
/** HTTP response code if response object is present, otherwise -1 */
18
responseCode: number;
19
+
20
+ // The response from server
21
+ response: net.gotev.uploadservice.ServerResponse
22
}
23
24
/**
0 commit comments