Error details caught by the error boundary
declarationType
Type<unknown>The class of the component or directive where the error occurred.
declarationInstance
unknownThe instance of the component or directive where the error occurred.
boundary
{ readonly type: Type<unknown>; readonly reset: () => void; } | undefinedInformation about the error boundary that caught the error.
caughtBy
Function | undefinedThe function that intercepted the error, if any.
Jump to details