AnchorRuntimeFailureException


class AnchorRuntimeFailureException : RuntimeException


Anchor was not created due to a runtime failure.

Summary

Public constructors

Public constructors

AnchorRuntimeFailureException

Added in 1.0.0-alpha14
AnchorRuntimeFailureException(
    message: String = "Unable to create anchor due to failure in the runtime.",
    cause: Throwable? = null
)