vot.js - v2.4.12
    Preparing search index...
    type ResourceErrorModelData = {
        error: {
            body: unknown;
            code: number;
            id: string;
            message: string;
            statusCode: number;
            title: string;
            type: string;
        };
    }
    Index

    Properties

    Properties

    error: {
        body: unknown;
        code: number;
        id: string;
        message: string;
        statusCode: number;
        title: string;
        type: string;
    }