Typescript SDK Type Docs
    Preparing search index...

    Type Alias ErrorHandlerOptions

    type ErrorHandlerOptions = {
        error: HttpErrorType;
        next: Next;
        request: MiddlewareRequest;
        response: MiddlewareResponse;
    }
    Index

    Properties

    next: Next