CBError

sealed interface CBError

CBError The base class from which all Chartboost errors inherit from. Error objects are passed as parameters to some callbacks to indicate that an operation has failed and provide context on why.

Inheritors

Properties

Link copied to clipboard
abstract val exception: Exception?

The system exception that triggered the CBError, if any.