whatsapp-api-js - v5.2.0
    Preparing search index...

    Type Alias ServerErrorResponse

    type ServerErrorResponse = {
        error: {
            code: number;
            error_data: { details: string; messaging_product: "whatsapp" };
            error_subcode: number;
            fbtrace_id: string;
            message: string;
            type: string;
        };
    }
    Index

    Properties

    Properties

    error: {
        code: number;
        error_data: { details: string; messaging_product: "whatsapp" };
        error_subcode: number;
        fbtrace_id: string;
        message: string;
        type: string;
    }