mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
13 lines
121 B
Go
13 lines
121 B
Go
package storage
|
|
|
|
const (
|
|
ErrCustom = iota
|
|
ErrNoent
|
|
ErrIO
|
|
ErrAcces
|
|
ErrInval
|
|
ErrFbig
|
|
ErrNodata
|
|
ErrNokey
|
|
ErrSync
|
|
)
|