ContentFailure class abstract

Base class for content-related failures in the Vyuh framework.

This class hierarchy provides a unified way to handle missing or invalid content registrations, layouts, modifiers, actions, and conditions. Instead of scattered error handling, all content failures route through the platform widget builder's unknown content handler.

Implementers

Constructors

ContentFailure({required String schemaType, Map<String, dynamic>? jsonPayload, String? description, List<String>? suggestions})
const

Properties

description String?
Human-readable description of the failure
final
hashCode int
The hash code for this object.
no setterinherited
jsonPayload Map<String, dynamic>?
The original JSON payload that caused the failure (if available)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaType String
The schema type that failed to resolve
final
suggestions List<String>?
Optional suggestions for resolving the failure
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited