vot.js - v2.4.18
    Preparing search index...

    Type Alias Error

    type Error = {
        developer_message?: string;
        error: string;
        error_code?: number;
        link?: string;
    }
    Index
    developer_message?: string
    error: string
    error_code?: number
    link?: string