AnchorNotAuthorizedException
class AnchorNotAuthorizedException : RuntimeException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | androidx.xr.arcore.AnchorNotAuthorizedException |
Anchor was not created due to an authorization error.
Summary
Public constructors |
|---|
AnchorNotAuthorizedException(message: String, cause: Throwable?) |
Inherited properties |
|---|
Public constructors
AnchorNotAuthorizedException
Added in 1.0.0-rc01
AnchorNotAuthorizedException(
message: String = "Unable to create anchor. Not authorized.",
cause: Throwable? = null
)