LayoutError class final
The request never became a layout the provider could act on.
Canon's ZC_BUF_LAYOUT_ALLOC_STATUS_LAYOUT_ERROR — "Layouting error" —
carrying canon's own z_layout_error_t as kind. This is a different
outcome from AllocError, and the difference is actionable: a layout error
says the arguments are wrong, so retrying unchanged can never help.
- Inheritance
-
- Object
- AllocResult
- LayoutError
Constructors
- LayoutError(LayoutErrorKind kind)
-
Wraps the layout-failure
kindcanon reported.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → LayoutErrorKind
-
Why the request could not be laid out.
final
- 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