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 00:51:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
develop
status-go
/
internal
/
protocol
/
common
/
errors.go
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
6 lines
88 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
Use ErrRecordNotFound instead of sql.ErrNoRows
2020-10-08 12:46:03 +02:00
package
common
import
"errors"
var
ErrRecordNotFound
=
errors
.
New
(
"record not found"
)
Reference in New Issue
Copy Permalink