SASException

class SASException(val type: SASException.Type, extraMessage: String? = null) : Exception

A subclass of Exception describing all kinds of errors the SDK can encounter.

Parameters

type

Defining the type of the current com.equativ.displaysdk.exception.SASException.

Constructors

Link copied to clipboard
constructor(type: SASException.Type, extraMessage: String? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard