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 aed4a15 commit c4fbac4Copy full SHA for c4fbac4
src/error/error.model.ts
@@ -42,6 +42,11 @@ export interface HttpErrorData extends ErrorData {
42
* @default 500
43
*/
44
httpStatusCode: number
45
+
46
+ /**
47
+ * Set to true when the error was thrown after response headers were sent.
48
+ */
49
+ headersSent?: boolean
50
}
51
52
export interface Admin401ErrorData extends HttpErrorData {
0 commit comments