This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
Watch
1
Star
0
Fork
0
mirror of
https://github.com/status-im/status-go.git
synced
2026-08-31 09:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
develop
status-go
/
pkg
/
backend
/
node
/
adapters
/
errors.go
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
10 lines
106 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
chore: node adapters (
#7108
)
2025-11-15 14:16:23 +01:00
package
adapters
import
(
"errors"
)
var
(
ErrMessengerNotReady
=
errors
.
New
(
"messenger not ready"
)
)
Reference in New Issue
Copy Permalink