We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b148e45 commit 5b4da8cCopy full SHA for 5b4da8c
src/SocketLabs/InjectionApi/SendResponse.cs
@@ -98,7 +98,7 @@ public string ResponseMessage
98
return "No valid message body was found in the message";
99
100
case SendResult.InvalidTemplateId:
101
- return "An invalid TemplateId was found in the message";
+ return "MetadataOrTagsAreTooLarge => “Metadata and tags exceed 12.5KB";
102
103
case SendResult.TemplateHasNoContent:
104
return "The specified TemplateId has no content for the message";
0 commit comments