Type alias ErrorLogParams

ErrorLogParams: LogParams & {
    err: Error;
}

Type declaration

  • err: Error

Generated using TypeDoc