Skip to content

Commit 30d5b25

Browse files
feat: HttpErrorData.endpoint?: string
1 parent c4fbac4 commit 30d5b25

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/error/error.model.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ export interface HttpErrorData extends ErrorData {
4343
*/
4444
httpStatusCode: number
4545

46+
/**
47+
* @example
48+
*
49+
* GET /api/some-endpoint
50+
*/
51+
endpoint?: string
52+
4653
/**
4754
* Set to true when the error was thrown after response headers were sent.
4855
*/

0 commit comments

Comments
 (0)