A2uiComponentState.Error

class A2uiComponentState.Error : A2uiComponentState


Indicates that the component failed to resolve, evaluate, or render.

Summary

Public constructors

Error(exception: A2uiException)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

A2uiException

The A2uiException detailing the failure reason.

Public constructors

Error

Added in 1.0.0-alpha01
Error(exception: A2uiException)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

exception

Added in 1.0.0-alpha01
val exceptionA2uiException

The A2uiException detailing the failure reason.