We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d337888 commit b7b11f0Copy full SHA for b7b11f0
1 file changed
src/exceptions/FortniteAPIError.ts
@@ -5,6 +5,11 @@ import { FortniteAPIErrorData } from '../http/httpStructs';
5
* Represets a Fortnite-API HTTP error
6
*/
7
class FortniteAPIError extends Error {
8
+ /**
9
+ * The HTTP method
10
+ */
11
+ public method: string;
12
+
13
/**
14
* The URL of the requested API endpoint
15
0 commit comments