ConsentException

class ConsentException(message: String?) : Exception

Indicates an issue with the User Messaging Platform (UMP) module, which is responsible for obtaining, loading, or showing consent information from the user.

This exception is typically thrown when the UMP encounters an error during its operation, such as failing to connect to the server, experiencing a network issue, or encountering an unexpected internal error.

Parameters

message

A descriptive message summarizing the cause of the error. This message provides additional context to help diagnose and resolve the issue.

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?