ActionMessageException class final

The client→server action message is structurally malformed.

Inheritance

Constructors

ActionMessageException({required String field, required String expected, Object? actual})
Creates a shape error at field, stating expected versus actual.
const

Properties

actual Object?
What it actually carried (null when absence is the error).
final
expected String
What the message shape requires at field.
final
field String
Dotted path of the offending field, e.g. action.sourceComponentId.
final
hashCode int
The hash code for this object.
no setterinherited
message String
Human/LLM-readable description assembled from the structured fields.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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