Type alias ErrorContext<C, B, Q, P, D>

ErrorContext<C, B, Q, P, D>: BasicContext<C, B, Q, P, D> & RequestType<B, Q, P> & Partial<ResponseType<D>> & {
    error: Error;
}

Type Parameters

  • C = Record<any, any>

  • B = Record<any, any>

  • Q = Record<any, any>

  • P = Record<any, any>

  • D = any

Type declaration

  • error: Error

Generated using TypeDoc