CameraException

data class CameraException(val message: String?) : Exception, Parcelable

A custom exception that ensures Parcelable compatibility for camera UI results.

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

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

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)