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

    Type Alias ServerError

    type ServerError = {
        code: number;
        error_data: { details: string };
        message: string;
        title: string;
    }
    Index

    Properties

    code: number
    error_data: { details: string }
    message: string
    title: string