Preparing search index...
The search index is not available
Lens SDK Reference
Lens SDK Reference
@lens-protocol/react-native
Core
IEquatableError
Interface IEquatableError<T, P>
An
IEquatableError
is an error that can be compared by name.
interface
IEquatableError
<
T
,
P
>
{
name
:
P
;
}
Type Parameters
T
extends
string
=
string
P
=
Narrow
<
T
>
Implemented by
BroadcastingError
TransactionError
UploadError
Index
Properties
name
Properties
name
name
:
P
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
name
Lens SDK Reference
@lens-protocol/react-web - v2.3.1
@lens-protocol/react-native - v2.3.1
@lens-protocol/client - v2.3.1
An
IEquatableError
is an error that can be compared by name.