BadMediaException
InvalidCompressionException
InvalidJsonException
MissingFieldException
PushException
UnknownErrorException
UnsupportedWidgetException
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
com.salesforce.marketingcloud.pushmodels.exceptions
An exception class thrown when push notification JSON has invalid structure or syntax.
1class InvalidJsonException(message: String) : PushExceptionPushException1constructor(message: String)Creates a new InvalidJsonException with the specified error message.
Parameters:
message: String - The detail message describing the invalid JSON error