ShazamKitException

class ShazamKitException(val internalError: InternalError, val cause: Throwable?) : Exception

Exception representing an internal error from ShazamKit components.

Constructors

Link copied to clipboard
constructor(internalError: InternalError, cause: Throwable?)

Properties

Link copied to clipboard
open override val cause: Throwable?

The inner cause of the exception. If present can be inspected to identify the underlying cause.

Link copied to clipboard

An easy to inspect representation of the occurred exception.

Link copied to clipboard
open val message: String?