• Overview
@angular/core

Error details caught by the error boundary

API

    
      interface ErrorDetails {}
    
    

declarationType

Type<unknown>

The class of the component or directive where the error occurred.

declarationInstance

unknown

The instance of the component or directive where the error occurred.

boundary

{ readonly type: Type<unknown>; readonly reset: () => void; } | undefined

Information about the error boundary that caught the error.

caughtBy

Function | undefined

The function that intercepted the error, if any.

Jump to details