Interface IFilter<CTX, R, N>

Common Exception Filter definition

Type Parameters

  • CTX

  • R

  • N

Hierarchy

  • IFilter

Methods

Methods

  • Parameters

    • err: Error
    • ctx: CTX
    • Optional res: R
    • Optional next: N

    Returns any

  • Parameters

    • result: any
    • ctx: CTX
    • Optional res: R
    • Optional next: N

    Returns any

Generated using TypeDoc