A2uiException.A2uiRuntimeException


class A2uiException.A2uiRuntimeException : A2uiException


Thrown for any client-side runtime or execution failures (such as dynamic binding or function evaluation failures) that should be reported to the agent and are not structural validation errors

Summary

Public constructors

A2uiRuntimeException(message: String, context: Map<StringAny?>)

Inherited properties

From androidx.a2ui.model.protocol.A2uiException
String

An error category identifier (such as "VALIDATION_FAILED" or "RUNTIME_ERROR") that is automatically assigned by the exception subclass.

Map<StringAny?>

A map containing custom properties and error context (such as the target path).

From kotlin.Throwable

Public constructors

A2uiRuntimeException

A2uiRuntimeException(
    message: String,
    context: Map<StringAny?> = emptyMap()
)
Parameters
message: String

A human-readable description of the runtime error.

context: Map<StringAny?> = emptyMap()

A map containing custom properties and error context associated with this error.