Interface IrisSubscribeErrorResponse

interface IrisSubscribeErrorResponse {
    error_message: string;
    error_type: number;
    latest_seq_id?: any;
    seq_id?: any;
    subscribed_at_ms?: any;
    succeeded: false;
}

Properties

error_message: string
error_type: number
latest_seq_id?: any
seq_id?: any
subscribed_at_ms?: any
succeeded: false