AnchorUnsupportedLocationException


class AnchorUnsupportedLocationException : RuntimeException


Anchor was not created because the provided location is unsupported.

Summary

Public constructors

Public constructors

AnchorUnsupportedLocationException

Added in 1.0.0-alpha14
AnchorUnsupportedLocationException(
    message: String = "Unable to create anchor. Unsupported location.",
    cause: Throwable? = null
)