UnexpectedError class final
Unexpected bare exception caught by the top-level decode guard.
This usually means a codec bug rather than invalid input data. The path is
the root ($) because the exception escaped nested context handling.
- Inheritance
-
- Object
- DecodeErrorKind
- UnexpectedError
Constructors
- UnexpectedError(Object error)
-
const
Properties
Methods
-
describe(
) → String -
override
-
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