MediationProtocolError

The MediationProtocolError class represents an error that can occur during mediation protocol processing. It is derived from the Throwable class and is sealed, meaning that it cannot be directly instantiated.

See also

Inheritors

Types

Link copied to clipboard

The InvalidMediationGrantError class represents an error that can occur when a provided message is not a valid mediation grant.

Properties

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