LinkError class

The error object

Constructors

LinkError({required String code, required String type, required String message, String? displayMessage})
LinkError.fromJson(dynamic json)
factory

Properties

code String
The error code that the user encountered. Each errorCode has an associated errorType, which is a broad categorization of the error.
final
displayMessage String?
A user-friendly representation of the error code or nil if the error is not related to user action. This may change over time and is not safe for programmatic use.
final
hashCode int
The hash code for this object.
no setterinherited
message String
A developer-friendly representation of the error code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The error type that the user encountered.
final

Methods

description() String
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