You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/install/types/errors.go
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ var (
17
17
ErrPostEvent=errors.New("there was a failure posting data to New Relic. Please try again later or contact New Relic support. For real-time platform status info visit https://status.newrelic.com/")
18
18
ErrLicenseKey=errors.New("the configured license key is invalid for the configured account. Please set a valid license key with the `newrelic profile` command. For more details visit https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#ingest-license-key")
19
19
ErrAgentControl=errors.New("agent control is installed, preventing the installation of this recipe")
20
-
ErrCredentialMismatch="credential mismatch detected: the license key %s does not belong to the configured account %d. This will cause installation validation to fail because data will be sent to one account but validated against another. Please ensure your API key, account ID, and license key are all from the same New Relic account. For more details about API keys visit https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/"
0 commit comments