Search
Apps
Documentation
Source
Content
File
Folder
Download
Copy
Actions
Download
gno.land Search
Search
p
demo
gnorkle
ingester
Update Breadcrumb
Network Info
Network Info
Close Network Info
Chain ID
staging
RPC Address
https://rpc.gno.land:443
Content
Source
errors.gno
0.08 Kb ยท 5 lines
Copy
Download
1
package
ingester
2
3
import
"errors"
4
5
var
ErrUndefined
=
errors
.
New
(
"ingester undefined"
)