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 c4fbac4 commit 30d5b25Copy full SHA for 30d5b25
src/error/error.model.ts
@@ -43,6 +43,13 @@ export interface HttpErrorData extends ErrorData {
43
*/
44
httpStatusCode: number
45
46
+ /**
47
+ * @example
48
+ *
49
+ * GET /api/some-endpoint
50
+ */
51
+ endpoint?: string
52
+
53
/**
54
* Set to true when the error was thrown after response headers were sent.
55
0 commit comments