UNPKG

node-beanstalk

Version:

The most comprehensive beanstalk client for nodejs

8 lines (7 loc) 239 B
import { ErrorWithCode } from './ErrorWithCode'; export declare enum ResponseErrorCode { ErrInvalidBodyLength = "ErrInvalidBodyLength" } export declare class ResponseError extends ErrorWithCode<ResponseErrorCode> { name: string; }