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 that is thrown when push notification data contains invalid compression. This class extends PushException.
1class InvalidCompressionException : PushException1constructor(message: String)Creates a new InvalidCompressionException with the specified error message.
Parameters:
message: String - The error message describing the invalid compression issue