AcpError class final
ACP stable-v1 Error.
Source: /$defs/Error.
JSON-RPC error object.
- Annotations
-
- @immutable
Constructors
Properties
Methods
-
copyWith(
{Object? code = _acpCopyWithAbsent, Object? message = _acpCopyWithAbsent, Object? data = _acpCopyWithAbsent}) → AcpError -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → AcpJsonMap -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited