github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/errors/setup_error.go (about) 1 package errors 2 3 import "errors" 4 5 var ( 6 ERR_SETUP_MAIN_LEDGER_UNINITIALIZED = errors.New("Ledger in the main chain was not initialized,so call to get the singleton failed") 7 )