Skip to content

Commit 3604d83

Browse files
committed
add magic error link comment
1 parent 59d375b commit 3604d83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/v3/errors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ export class GracefulExitTimeoutError extends Error {
315315
type ErrorLink = {
316316
name: string;
317317
href: string;
318+
// This allows us to easily add more complex logic on the frontend, e.g. display a button to open a contact form modal
318319
magic?: "CONTACT_FORM";
319320
};
320321

0 commit comments

Comments
 (0)