AnchorNotAuthorizedException


class AnchorNotAuthorizedException : RuntimeException


Anchor was not created due to an authorization error.

Summary

Public constructors

Public constructors

AnchorNotAuthorizedException

Added in 1.0.0-alpha14
AnchorNotAuthorizedException(
    message: String = "Unable to create anchor. Not authorized.",
    cause: Throwable? = null
)