Interface ErrorHandlerContext

interface ErrorHandlerContext {
    agent?: Agent<any>;
}

Properties

Properties

agent?: Agent<any>