RAutocompleteRemoteError class final

Remote error information for UI display.

Provides a stable, serializable representation of errors suitable for showing in UI (no stack traces, no raw exceptions).

Annotations

Constructors

RAutocompleteRemoteError({required RAutocompleteRemoteErrorKind kind, String? message, String? debugId})
Creates a remote error with the given parameters.
const

Properties

debugId String?
Debug/correlation ID for logs (optional).
final
hashCode int
The hash code for this object.
no setterinherited
kind RAutocompleteRemoteErrorKind
The kind of error that occurred.
final
message String?
Human-readable error message (optional).
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.
override

Operators

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