mirror of
https://github.com/turbot/steampipe.git
synced 2026-01-24 17:01:48 -05:00
6 lines
170 B
Go
6 lines
170 B
Go
package error_helpers
|
|
|
|
import "errors"
|
|
|
|
var MissingCloudTokenError = errors.New("Not authenticated for Steampipe Cloud.\nPlease run 'steampipe login' or setup a token.")
|