AnchorUnsupportedObjectException


class AnchorUnsupportedObjectException : RuntimeException


Anchor was not created because the object is not anchorable.

Summary

Public constructors

Public constructors

AnchorUnsupportedObjectException

Added in 1.0.0-alpha14
AnchorUnsupportedObjectException(
    message: String = "Unable to create anchor. Object is not anchorable.",
    cause: Throwable? = null
)