全部产品
Search
文档中心

ChatAPP 消息服务:API错误码

更新时间:Jul 13, 2023

本文为您介绍了调用ChatApp消息服务接口时常见的错误码信息,帮助您快速了解错误信息并解决问题。

错误码

描述

OK

请求成功。

Authentication.NoAuth

您无权进行该操作。

InvalidParameter.MessageInvalid

消息体中不允许存在{{(d+)}}的字符串信息。

InvalidParameter.FooterHaveVariable

footer中不允许添加变量。

InvalidParameter.HeaderMoreVarable

Header中只允许添加一个变量。

InvalidParameter.HeaderTypeNotSupport

暂时不支持此类型Header。

InvalidParameter.ButtonTextHaveVariable

按钮文本中不允许添加变量。

InvalidParameter.UrlMoreVarable

URL中只允许添加一个变量。

InvalidParameter.PhoneNumberError

号码异常。

InvalidParameter.CreateError

创建模板失败,请检查入参。

DelError.TemplateNotExist

模板不存在,请检查模板编码。

InvalidParameter.PageInvalid

Page参数格式不正确。

TemplateListError.QueryError

查询模板列表失败,请检查入参。

DetailError.TemplateNotExist

模板不存在,请检查模板编码。

InvalidParameter.LanguageNotSupport

不支持的语言。

InvalidParameter.AuditStatusNotSupport

不支持的审核状态。

InvalidParameter.TemplateTypeNotSupport

不支持的模板类型。

InvalidParameter.ChannelTypeNotSupport

暂不支持此通道类型。

InvalidParameter.MessageTypeNotEmpty

当发送非模板消息时消息类型不能为空。

InvalidParameter.ContentNotEmpty

当发送非模板消息时消息内容不能为空。

InvalidParameter.ContentError

消息内容格式不正确,具体格式请参见接口文档。

InvalidParameter.TextNotEmpty

发送文本消息时文本内容不能为空。

InvalidParameter.MessageTypeNotSupport

暂不支持此消息类型。

InvalidParameter.LinkNotEmpty

发送媒体消息链接不能为空。

InvalidParameter.TemplateCodeNotEmpty

发送模板消息时模板编码不能为空。

InvalidParameter.LanguageNotEmpty

发送模板消息时语言不能为空。

InvalidParameter.SendSmsNotSupport

暂不支持消息回落到短信。

InvalidParameter.FromOnlyNumeric

发送号码只允许为数字。

InvalidParameter.ToOnlyNumeric

接收号码只允许为数字。

SystemError

系统异常,请稍后重试。

InvalidParameter.FromNotSupport

您无权使用此号码发送消息。

SendMessage.Error

发送消息失败。

InvalidParameter.TypeNotSupport

暂不支持此类型。

InvalidParameter.FromNotEmpty

发送号码不能为空。

InvalidParameter.ToNotEmpty

接收号码不能为空。

InvalidParameter.ChannelTypeNotEmpty

通道类型不能为空。

InvalidParameter.TypeNotEmpty

发送类型不能为空。

InvalidParameter.LongitudeNotEmpty

发送位置消息时经度不允许为空。

InvalidParameter.LatitudeNotEmpty

发送位置消息时纬度不允许为空。

InvalidParameter.NameNotEmpty

发送位置消息时位置名称不允许为空。

InvalidParameter.AddressNotEmpty

发送位置消息时位置地址不允许为空。

InvalidParameter.ToMaxSize

接收号码长度不超过20个字符。

InvalidParameter.FromMaxSize

发送号码长度不超过20个字符。

InvalidParameter.FromErrorStatus

发送号码状态不能做发送操作。

InvalidParameter.TemplateCodeMaxSize

模板编码长度不超过128个字符。

InvalidParameter.ContentNull

发送模板消息时发送内容不能有值。

InvalidParameter.TemplateNull

发送非模板消息时模板编码不能有值。

InvalidParameter.TemplateParamsNull

发送非模板消息时模板参数不能有值。

InvalidParameter.TextMaxSize

文本内容长度不超过4000个字符。

InvalidParameter.TextLinkNull

发送文本消息时链接不能有值。

InvalidParameter.TextCaptionNull

发送文本消息时描述不能有值。

InvalidParameter.TextFileNameNull

发送文本消息时文件名不能有值。

InvalidParameter.LinkMaxSize

链接长度不超过1024个字符。

InvalidParameter.LinkStartHttp

链接地址必须为HTTP或HTTPS地址。

InvalidParameter.LinkError

链接地址文件异常。

InvalidParameter.ImageError

发送图片消息时Link必须为图片。

InvalidParameter.VideoError

发送视频消息时Link必须为视频。

InvalidParameter.AudioError

发送音频消息时Link必须为音频。

InvalidParameter.DocumentError

发送文档消息时Link必须为文档。

InvalidParameter.AudioCaptionError

发送音频消息时Caption不能有值。

InvalidParameter.DocumentCaptionError

发送文档消息时Caption不能有值。

InvalidParameter.ImageCaptionMaxSize

Caption长度不超过1024个字符。

InvalidParameter.FileNameNotEmpty

发送文档消息时文件名称不能为空。

InvalidParameter.MessageTypeNull

发送模板消息时MessageType不能有值。

InvalidParameter.InteractiveLinkNull

发送Interactive消息时链接不能有值。

InvalidParameter.InteractiveCaptionNull

发送Interactive消息时描述不能有值。

InvalidParameter.InteractiveFileNameNull

发送Interactive消息时文件名不能有值。

InvalidParameter.LocationLinkNull

发送位置消息时链接不能有值。

InvalidParameter.LocationCaptionNull

发送位置消息时描述不能有值。

InvalidParameter.LocationFileNameNull

发送位置消息时文件名不能有值。

InvalidParameter.PayloadNull

发送非模板消息时payload不能有值。

InvalidParameter.PayloadMaxSize

Payload最多不超过3个。

InvalidParameter.PayloadMaxLength

Payload字符长度不超过100个字符。

InvalidParameter.ContactsNotEmpty

联系人不能为空。

InvalidParameter.ContactsMaxSize

联系人不能大于10个。

InvalidParameter.ContactsOnlyNumeric

联系人只允许为数字。

InvalidParameter.TemplateParamsError

模板参数格式异常,具体格式请参见接口文档。

InvalidParameter.TemplateNoneParams

模板不存在参数。

InvalidParameter.TemplateParamsNotEmpty

模板参数不能为空。

InvalidParameter.TemplateParamsNotMatch

模板参数不正确, 参数名:{0}。

InvalidParameter.PreviewUrlMaxSize

预览URL长度不超过1024个字符。

InvalidParameter.PreviewUrlWithHttp

预览URL必须存在Http://或Https://。

InvalidParameter.ImageFileNameEmpty

发送图片消息时fileName不能有值。

InvalidParameter.VideoFileNameEmpty

发送视频消息时fileName不能有值。

InvalidParameter.AudioFileNameEmpty

发送音频消息时fileName不能有值。

InvalidParameter.FileNameMaxSize

文件名称长度不超过1024个字符。

InvalidParameter.TemplateParamsMaxSize

模板参数值长度不超过1024个字符,参数名:{0}。

InvalidParameter.TemplateParameterNotEmpty

模板参数值不能为空,参数名:{0}。

InvalidParameter.FromRestricted

禁止发送人所在国家发送短信。

InvalidParameter.ToRestricted

禁止向接收人所在国家发送短信。

InvalidParameter.InteractiveTypeNotNull

发送Interactive消息时类型不能为空。

InvalidParameter.InteractiveTypeError

发送Interactive消息时类型错误。

InvalidParameter.InteractiveActionNotNull

发送Interactive消息时Action不能为空。

InvalidParameter.InteractiveListActionError

发送Interactive list消息时Action格式异常。

InvalidParameter.InteractiveHeaderError

发送Interactive消息的Header格式不正确。

InvalidParameter.InteractiveListHeaderTypeNotNull

发送Interactive list消息时Header中type不能为空。

InvalidParameter.InteractiveHeaderTypeError

发送Interactive消息时Header中type异常。

InvalidParameter.InteractiveListHeaderTextNotNull

发送Interactive list消息时Header中text不能为空。

InvalidParameter.InteractiveListHeaderTextMaxLength

发送Interactive list消息时Header中text最大不超过60个字符。

InvalidParameter.InteractiveProductListHeaderNotEmpty

发送Interactive product list消息的Header不允许为空。

InvalidParameter.InteractiveProductNoneHeader

发送Interactive product不能有Header。

InvalidParameter.InteractiveListHeaderImageNotNull

发送Interactive list消息时Header中image不能为空。

InvalidParameter.InteractiveListHeaderImageError

发送Interactive list消息时Header中image格式异常。

InvalidParameter.InteractiveListHeaderDocumentNotNull

发送Interactive list消息时Header中document不能为空。

InvalidParameter.InteractiveListHeaderDocumentError

发送Interactive list消息时Header中document格式异常。

InvalidParameter.InteractiveListHeaderVideoNotNull

发送Interactive list消息时Header中document格式异常。

InvalidParameter.InteractiveListHeaderVideoError

发送Interactive list消息时Header中video格式异常。

InvalidParameter.InteractiveBodyError

发送Interactive消息的Body不正确。

InvalidParameter.InteractiveBodyNotNull

发送Interactive消息时Body不能为空。

InvalidParameter.InteractiveBodyTextNotNull

发送Interactive消息时Body中文本内容不能为空。

InvalidParameter.InteractiveListBodyMaxLength

发送Interactive消息时Body最大不超过1024个字符。

InvalidParameter.InteractiveFooterError

发送Interactive消息的Footer格式不正确。

InvalidParameter.InteractiveListFooterTextNotNull

发送Interactive list消息时Footer中text不能为空。

InvalidParameter.InteractiveListFooterTextMaxLength

发送Interactive list消息时Footer中text最大不超过60个字符。

InvalidParameter.InteractiveListActionButtonNotEmpty

发送Interactive list消息时Action中button不能为空。

InvalidParameter.InteractiveListActionButtonMaxSize

发送Interactive list消息时Action中button长度不超过20个字符。

InvalidParameter.InteractiveListActionSectionsNotEmpty

发送Interactive list消息时Action中sessions不能为空。

InvalidParameter.InteractiveListActionSectionsError

发送Interactive list消息Action中sessions格式异常。

InvalidParameter.InteractiveListActionSectionsMaxSize

发送Interactive list消息时Action中sessions最多不超过10个。

InvalidParameter.InteractiveListActionSectionTitleNotEmpty

发送Interactive list消息session中title不能为空。

InvalidParameter.InteractiveListActionSectionTitleMaxSize

发送Interactive list消息session中title不超过24个字符。

InvalidParameter.InteractiveListSectionRowsNotEmpty

发送Interactive list消息Session中rows不能为空。

InvalidParameter.InteractiveListSectionRowsError

发送Interactive list消息Session中rows格式异常。

InvalidParameter.InteractiveListSectionRowsMaxSize

发送Interactive list消息Session中所有rows总共不能超过10。

InvalidParameter.InteractiveListSectionRowTitleNotEmpty

发送Interactive list消息row中title不能为空。

InvalidParameter.InteractiveListSectionRowTitleMaxSize

发送Interactive list消息row中title不超过24个字符。

InvalidParameter.InteractiveListSectionRowIdNotEmpty

发送Interactive list消息row中ID不能为空。

InvalidParameter.InteractiveListSectionRowIdMaxSize

发送Interactive list消息row中ID不超过200个字符。

InvalidParameter.InteractiveListSectionRowDescriptionMaxSize

发送Interactive list消息row中description不能超过72字符。

InvalidParameter.InteractiveListSectionRowError

发送Interactive list消息Session中row中数据异常。

InvalidParameter.InteractiveButtonActionButtonsNotEmpty

发送Interactive button消息时Action中buttons不能为空。

InvalidParameter.InteractiveButtonActionButtonsError

发送Interactive button消息时Action中buttons格式异常。

InvalidParameter.InteractiveButtonMsgButtonTypeNotEmpty

发送Interactive button消息时button type不能为空。

InvalidParameter.InteractiveButtonMsgButtonTypeError

发送Interactive button消息时button type只能为reply。

InvalidParameter.InteractiveButtonMsgButtonReplyNotEmpty

发送Interactive button消息时button reply不能为空。

InvalidParameter.InteractiveButtonMsgButtonIdNotEmpty

发送Interactive button消息时button id不能为空。

InvalidParameter.InteractiveButtonMsgButtonIdMaxSize

发送Interactive button消息时button id不超过256个字符。

InvalidParameter.InteractiveButtonMsgButtonTitleNotEmpty

发送Interactive button消息时button title不能为空。

InvalidParameter.InteractiveButtonMsgButtonTitleMaxSize

发送Interactive button消息时button title不超过20个字符。

InvalidParameter.InteractiveProductActionCatalogIdNotEmpty

发送Interactive product消息时Action中catalog_id不能为空。

InvalidParameter.InteractiveProductActionProductRetailerIdNotEmpty

发送Interactive product消息时Action中product_retailer_id不能为空。

InvalidParameter.InteractiveProductListActionCatalogIdNotEmpty

发送Interactive product_list消息时Action中catalog_id不能为空。

InvalidParameter.InteractiveProductListActionSectionsNotEmpty

发送Interactive product_list消息时Action中sections不能为空。

InvalidParameter.InteractiveProductListActionSectionsError

发送Interactive product_list消息时Action中sections格式异常。

InvalidParameter.InteractiveProductListActionTitleNotEmpty

发送Interactive product_list消息时Action中title不能为空。

InvalidParameter.InteractiveProductListActionTitleMaxSize

发送Interactive product_list消息时Action中title不超过24个字符。

InvalidParameter.InteractiveProductListActionProductItemsNotEmpty

发送Interactive product_list消息时Action中product_items不能为空。

InvalidParameter.InteractiveProductListActionProductRetailerIdNotEmpty

发送Interactive product list消息时Action中product_retailer_id不能为空。

InvalidParameter.InteractiveLinkNotEmpty

发送Interactive消息链接不能为空。

InvalidParameter.InteractiveLinkMaxSize

链接长度不超过1024个字符。

InvalidParameter.InteractiveCaptionMustNull

不能有caption参数值。

InvalidParameter.InteractiveFilenameMustNull

不能有filename参数值。

InvalidParameter.TemplateAuditNotPass

模板未审核通过。

InvalidParameter.InteractiveProductListActionProductItemsMaxSize

发送Interactive product_list消息时所有product_item数量不超过30个。

InvalidParameter.ButtonUrlError

按钮URL异常。

InvalidParameter.CloudNotContacts

Cloud API不能做号码有效性判断。

InvalidParameter.ToNotInbound

接收号码没有上行消息。

InvalidParameter.UrlNotEmpty

URL不能为空。

InvalidParameter.FileUrlError

文件无法正常下载。

InvalidParameter.MessageInvalid2

消息体中不允许存在$(d+)的字符串信息。

ERR-API-0103

caDeviceId不能为空。

ERR-API-0104

注册时phoneCode不允许为空。

InvalidParameter.FailBackContentNull

不回落时FailBackContent必须为空。

InvalidParameter.SendIdNull

不回落时Sender ID必须为空。

InvalidParameter.FailBackContentNotNull

回落时FailBackContent不能为空。

InvalidParameter.SendIdNotNull

回落时Sender ID不能为空。

InvalidParameter.FailBackContentMaxSize

回落时回落内容不超过2000个字符。

InvalidParameter.FailBackIdError

FailBack ID不存在。

InvalidParameter.SenderIdError

Sender ID不存在。

InvalidParameter.PartnerIdNotEmpty

Partner ID不能为空。

InvalidParameter.MessageNotEmpty

消息内容不能为空。

InvalidParameter.ButtonTextMaxLength

按钮文本长度不超过250个字符。

InvalidParameter.TemplateParamsNotNewLine

参数值不能有换行符, 参数名称:{0}。

InvalidParameter.NoSmsChannel

未打开短信发送通道。

InvalidParameter.ContactNameNotEmpty

发送Contact消息时name不能为空。

InvalidParameter.ContactNameError

联系人名称格式异常。

InvalidParameter.ContactFormattedNameNotEmpty

发送Contact消息时formatted_name不能为空。

InvalidParameter.ContactAddressError

联系人地址格式异常。

InvalidParameter.ContactAddressTypeError

联系人地址类型取值为HOME/WORK。

InvalidParameter.ContactEmailsError

联系人邮箱格式异常。

InvalidParameter.ContactEmailsTypeError

联系人邮箱类型取值为HOME/WORK。

InvalidParameter.ContactEmailError

邮箱地址格式异常。

InvalidParameter.ContactOrgError

联系人组织格式异常。

InvalidParameter.ContactPhonesError

联系人号码格式异常。

InvalidParameter.ContactPhonesTypeError

联系人号码类型取值为HOME/WORK/CELL/MAIN/IPHONE。

InvalidParameter.ContactUrlsError

网页地址格式异常。

InvalidParameter.ContactUrlsTypeError

联系人URL类型取值为HOME/WORK。

InvalidParameter.InteractiveButtonActionButtonsMaxSize

Buttons数量不能多于3个。

InvalidParameter.SenderListNotEmpty

发送列表不能为空。

InvalidParameter.SenderListMaxSize

发送列表长度不超过1000。

InvalidParameter.ToRepeat

发送号码不允许重复。

ERR-API-0105

当前号码已经有其它坐席上线。

InvalidParameter.WhatsappCategoryNotSupport

category取值为 UTILITY/MARKETING/AUTHENTICATION。

InvalidParameter.IsvCodeNotEmpty

isvCode不能为空。

InvalidParameter.IsvCodeError

isvCode传入错误。

InvalidParameter.ModifyError

修改模板失败,请检查入参.。

InvalidParameter.TemplateAuditPass

模板已审核通过,不能修改。

InvalidParameter.TemplateAuditAuditing

模板正在审核中,不能修改。

InvalidParameter.ModifyWhatsappCategoryNotSupport

只能修改category值为 UTILITY/MARKETING/AUTHENTICATION的模板。

InvalidParameter.ChatbotError

号码未配置机器人。

InvalidParameter.UtteranceNotEmpty

输入的内容不能为空。

InvalidParameter.ChatbotInstanceIdNotEmpty

机器人实例ID不能为空。

InvalidParameter.ReactionMessageIdNotEmpty

发送reaction消息时messageId不能为空。

InvalidParameter.ReactionEmojiNotEmpty

发送reaction消息时emoji不能为空。

InvalidParameter.StickerCaptionError

发送Sticker消息时Caption不能有值。

InvalidParameter.StickerFileNameEmpty

发送Sticker消息时FileName不能有值。

InvalidParameter.Auth

您无权限调用此接口。

InvalidParameter.AppTypeNotSupport

当前类型不支持。

InvalidParameter.AppTypeNotEmpty

Type不能为空。

InvalidParameter.InputTokenNotEmpty

InputToken不能为空。

InvalidParameter.OperationTypeNotEmpty

OperationType不能为空。

InvalidParameter.CustSpaceIdNotEmptyWhenModify

当operationType为MODIFY时,custSpaceId不允许为空。

InvalidParameter.OperationTypeError

OperationType取值为:ADD/MODIFY。

InvalidParameter.NotSub

不能使用RAM子账号操作。

InvalidParameter.WabaIdNotEmpty

WabaId不能为空。

InvalidParameter.EmbedSignUpError

嵌入式操作失败,请重试。

InvalidParameter.PhoneNumberNotEmpty

PhoneNumber不能为空。

InvalidParameter.LocaleNotEmpty

Locale不能为空。

InvalidParameter.MethodNotEmpty

Method不能为空。

InvalidParameter.MethodError

Method取值为:SMS/VOICE。

InvalidParameter.VerifyCodeNotEmpty

VerifyCode不能为空。

InvalidParameter.CustSpaceIdNull

当operationType为ADD时,custSpaceId不能有值。

InvalidParameter.CustSpaceIdNotEmpty

CustSpaceId不允许为空。

InvalidParameter.HttpFlagError

HttpFlag取值为Y或N。

InvalidParameter.QueueFlagError

QueueFlag取值为Y或N。

InvalidParameter.AuditCallbackUrlNotEmpty

当HttpFlag=Y时,AuditCallbackUrl不能为空。

InvalidParameter.AuditCallbackUrlError

当HttpFlag=N时,AuditCallbackUrl不能有值。

InvalidParameter.CallbackUrlNotEmpty

当HttpFlag=Y时,UpCallbackUrl和StatusCallbackUrl不能同时为空。

InvalidParameter.CallbackUrlError

当HttpFlag=N时,UpCallbackUrl和StatusCallbackUrl不能有值。

InvalidParameter.CountryCodeNotEmpty

CountryCode不允许为空。

InvalidParameter.MobileNumberNotEmpty

MobileNumber不允许为空。

InvalidParameter.ViberTypeNotSupport

发送viber消息时暂不支持此类型。

InvalidParameter.ViberPayloadNull

发送viber消息时payload不能有值。

InvalidParameter.ThumbnailNotEmpty

发送视频消息缩略图不能为空。

InvalidParameter.CaptionNotEmpty

发送Viber带按钮的消息时Caption不允许为空。

InvalidParameter.ActionNotEmpty

发送Viber带按钮的消息时Action不允许为空。

InvalidParameter.TextVideoButtonActionEmpty

发送Viber text_video_button消息时Action不能有值。

InvalidParameter.ViberFileNameMaxSize

文件名称长度不超过25个字符。

InvalidParameter.ViberFileTypeNotEmpty

文件类型不能为空。

InvalidParameter.ViberFileSizeNotEmpty

文件大小不能为空。

InvalidParameter.ViberFileSizeIsNumber

文件大小只能为数字。

InvalidParameter.ViberDurationNotEmpty

视频时长不能为空。

InvalidParameter.ViberDurationIsNumber

视频时长只能为数字。

InvalidParameter.ViberTtlError

Ttl取值必须大于30且小于1209600。

InvalidParameter.LabelNotEmpty

Label取值不能为空。

InvalidParameter.LabelError

Label取值只能为transaction、promotion。

InvalidParameter.FromError

From不正确。

InvalidParameter.WabaError

Waba状态不支持此操作。

InvalidParameter.ViberDurationMaxSize

视频最大长度为600。

InvalidParameter.ViberFileSizeMaxSize

视频文件最大为200 MB。

InvalidParameter.ComponentsNotEmpty

消息模板内容不能为空。

InvalidParameter.ComponentsBodyTextNotEmpty

消息模板中Body文本内容不能为空。

InvalidParameter.ComponentsBodyTextMaxSize

消息模板中文本内容不超过1024个字符。

InvalidParameter.ComponentsFooterTextNotEmpty

消息模板中Footer文本内容不能为空。

InvalidParameter.ComponentsFooterTextMaxSize

消息模板中Footer文本内容不超过1024个字符。

InvalidParameter.ComponentsHeaderTextNotEmpty

消息模板中Header文本内容不能为空。

InvalidParameter.ComponentsHeaderTextMaxSize

消息模板中Footer文本内容不超过60个字符。

InvalidParameter.ComponentsHeaderUrlNotEmpty

消息模板中Header Url不能为空。

InvalidParameter.ComponentsHeaderUrlMaxSize

消息模板中Header Url不超过1024个字符。

InvalidParameter.ComponentsHeaderCaptionMaxSize

消息模板中Header Caption不超过1024个字符。

InvalidParameter.ComponentsHeaderFileNameMaxSize

消息模板中Header FileName不超过1024个字符。

InvalidParameter.ComponentsButtonsNotEmpty

当Type=BUTTONS时,Buttons不能为空。

InvalidParameter.ComponentsButtonsMaxSize

消息模板中Buttons数量不大于3。

InvalidParameter.ComponentsButtonsPhoneNumberNotEmpty

当buttonType=PHONE_NUMBER时,phoneNumber不能为空。

InvalidParameter.ComponentsBodyNotNull

消息模板type=BODY不能为空。

InvalidParameter.ComponentsButtonsPhoneNumberJustOne

消息模板中只能出现一个buttonType=PHONE_NUMBER的按钮。

InvalidParameter.ComponentsButtonsUrlNotEmpty

当buttonType=URL时,URL不能为空。

InvalidParameter.ComponentsButtonsUrlJustOne

消息模板中只能出现一个buttonType=URL的按钮。

InvalidParameter.ComponentsButtonsQuickReplyOnly

消息模板中不能同时出现QUICK_REPLY和其它按钮类型。

InvalidParameter.ComponentsButtonsUrlAndPhoneNumberMaxSize

消息模板中Url, PhoneNumber按钮只能出现一次。

InvalidParameter.ViberCategoryNotSupport

category取值为 TRANSACTIONAL/MARKETING/OTP。

InvalidParameter.ViberComponentsOnlyText

当templateType=text时,components节点只允许出现一个type=BODY的节点。

InvalidParameter.ViberComponentsOnlyTextButton

当templateType=text_button时,components节点只允许出现一个type=BODY的节点和一个type=BUTTONS的节点。

InvalidParameter.ViberComponentsOnlyImage

当templateType=image时,components节点只允许出现一个type=HEADER, format=IMAGE的节点。

InvalidParameter.ViberComponentsOnlyTextImageButton

当templateType=text_image_button时,components节点只允许出现一个type=BODY的节点, 一个type=HEADER, format=IMAGE的节点和一个type=BUTTONS的节点。

InvalidParameter.ViberComponentsOnlyVideo

当templateType=video时,components节点只允许出现一个type=HEADER, format=VIDEO的节点。

InvalidParameter.ViberComponentsOnlyTextVideo

当templateType=text_video时,components节点只允许出现一个type=BODY的节点和一个type=HEADER, format=VIDEO的节点。

InvalidParameter.ViberComponentsOnlyTextVideoButton

当templateType=text_video_button时,components节点只允许出现一个type=BODY的节点, 一个type=HEADER, format=VIDEO的节点和一个type=BUTTONS的节点。

InvalidParameter.ViberComponentsOnlyDocument

当templateType=document时,components节点只允许出现一个type=HEADER, format=DOCUMENT的节点。

InvalidParameter.ViberComponentsTextNotEmpty

当templateType类型中有text时,文本内容不能为空。

InvalidParameter.ViberTextMaxSize

Viber的文本内容不超过1000个字符。

InvalidParameter.ViberResourceNotVariable

Viber模板中Video、 Document不允许存在变量。

InvalidParameter.ViberComponentsTextMaxSize

Viber的文本内容不超过1000个字符。

InvalidParameter.ThumbUrlNotEmpty

ThumbUrl不能为空。

InvalidParameter.DurationNotEmpty

视频Duration必须大于0。

InvalidParameter.DurationMaxSize

视频Duration最大值必须为600。

InvalidParameter.FileTypeNotEmpty

FileType不能为空。

InvalidParameter.ViberComponentsButtonsMaxSize

Viber的只能有一个按钮。

InvalidParameter.ViberComponentsButtonOnlyUrl

Viber的按钮类型只能是URL。

InvalidParameter.ViberTextVideoButtonUrlNone

Viber中带视频的按钮URL不能有值。

InvalidParameter.ViberComponentsButtonUrlNotEmpty

Viber中按钮URL不能为空。

InvalidParameter.ViberComponentsOnlyTextImage

当templateType=text_image时,components节点只允许出现一个type=BODY的节点和一个type=HEADER, format=IMAGE的节点。

InvalidParameter.ViberButtonTextMaxLength

按钮文本长度不超过30个字符。

InvalidParameter.CustNameNotEmpty

客户名称不能为空。

InvalidParameter.OfficeAddressNotEmpty

客户服务企业地址不能为空。

InvalidParameter.ContactMailNotEmpty

客户商业邮箱不能为空。

InvalidParameter.CountryIdNotEmpty

客户国家ID不能为空。

InvalidParameter.BusinessDescNotEmpty

客户使用场景不能为空。

InvalidParameter.IsvTermsNotEmpty

客户ISV/Client协议不能为空。

InvalidParameter.CountryIdError

客户国家ID异常。

InvalidParameter.OssAuthError

获取OSS临时授权失败,请重试。

InvalidParameter.AuthDirNotEmpty

上传的OSS目录不能为空。

InvalidParameter.IsvTermsNotFind

客户ISV/Client协议文件不存在。

InvalidParameter.IsvTermsIsApproval

客户信息已审核通过不能修改。

InvalidParameter.SignatureError

签名异常。

InvalidParameter.FailBackDurationMinimun

FailBackDuration不小于60。

InvalidParameter.FailBackDurationMaximun

FailBackDuration不大于43200。

InvalidParameter.CategoryButtonError

非Authentication类型消息时,按钮类型不能选择COPY_CODE/ONE_TAP。

InvalidParameter.AuthenticationButtonSizeError

Authentication类型消息时,只允许存在一个按钮。

InvalidParameter.PackageNameNotEmpty

ONE_TAP按钮类型时,PackageName不允许为空。

InvalidParameter.SignatureHashNotEmpty

ONE_TAP按钮类型时,SignatureHash不允许为空。

InvalidParameter.ButtonTextNotEmpty

按钮文本不允许为空。

InvalidParameter.CodeExpirationMinutesError

CodeExpirationMinutes取值范围为:1~90。

InvalidParameter.IsOptBtnOnlyMarketingReply

IsOptBtn属性仅在Category为Marketing并且button type为QUICK_REPLY时有效。

InvalidParameter.IsOptBtnTextError

Marketing的IsOptBtn属性为true时,Text不能有值。

InvalidParameter.AutofillTextNotEmpty

ONE_TAP按钮类型时,AutofillText不允许为空。

InvalidParameter.AuthenticationBodyTextMustEmpty

Authentication类型消息时,Body中不能有文本必须为空。

InvalidParameter.AuthenticationFooterTextMustEmpty

Authentication类型消息时,Footer中不能有文本必须为空。

InvalidParameter.HeaderMoreVariable。

头部内容中仅支持添加一个变量。

InvalidParameter.UrlMoreVariable。

URL只能添加一个变量。

InvalidParameter.TemplateNameExist。

已存在相同名称的模板。

InvalidParameter.TemplateCodeError。

当前无法发送此语言模板的短信。