VMEError

data class VMEError(val domain: String, val code: Int, val userInfo: Map<String, String>) : Parcelable(source)

Encapsulates error information from VisioMove Essential SDK operations. This is the Kotlin equivalent of NSError.

Constructors

Link copied to clipboard
constructor(domain: String, code: Int, userInfo: Map<String, String>)
constructor(parcel: Parcel)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val code: Int

An integer error code specific to the domain.

Link copied to clipboard

A string identifying the error's domain (e.g., "com.visioglobe.visiomoveessential.poiFilter").

Link copied to clipboard

A map containing additional details about the error, like a localized description.

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)