Skip to content

Commit 5b4da8c

Browse files
api update
1 parent b148e45 commit 5b4da8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SocketLabs/InjectionApi/SendResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public string ResponseMessage
9898
return "No valid message body was found in the message";
9999

100100
case SendResult.InvalidTemplateId:
101-
return "An invalid TemplateId was found in the message";
101+
return "MetadataOrTagsAreTooLarge => “Metadata and tags exceed 12.5KB";
102102

103103
case SendResult.TemplateHasNoContent:
104104
return "The specified TemplateId has no content for the message";

0 commit comments

Comments
 (0)