bitfinex-node-api
    Preparing search index...

    Interface IErrorMessageV2

    interface IErrorMessageV2 {
        chanId?: number;
        channel?: string;
        code: number;
        event: "error";
        msg?: string;
        symbol?: string;
    }
    Index

    Properties

    chanId?: number
    channel?: string
    code: number
    event: "error"
    msg?: string
    symbol?: string