Type alias ServerErrorResponse

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

Type declaration

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

Generated using TypeDoc