QuotaExceededError

open class QuotaExceededError(val message: String = definedExternally, options: QuotaExceededErrorOptions = definedExternally) : DOMException, Serializable(source)

MDN Reference

Constructors

Link copied to clipboard
constructor(message: String = definedExternally, options: QuotaExceededErrorOptions = definedExternally)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard

The name read-only property of the DOMException interface returns a string that contains one of the strings associated with an error name.

Link copied to clipboard
Link copied to clipboard