@@ -103,63 +103,65 @@ func (e *RateLimitError) Unwrap() error { return e.Err }
103103
104104// General errors
105105var (
106- ErrReleaseLocationMissing = errors .New ("release has no download URL" )
107- ErrUpgradeNotAvailable = errors .New ("no upgrades available (already up-to-date)" )
108- ErrResponseSignatureMissing = errors .New ("response signature is missing" )
109- ErrResponseSignatureInvalid = errors .New ("response signature is invalid" )
110- ErrResponseDigestMissing = errors .New ("response digest is missing" )
111- ErrResponseDigestInvalid = errors .New ("response digest is invalid" )
112- ErrResponseDateMissing = errors .New ("response date is missing" )
113- ErrResponseDateInvalid = errors .New ("response date is invalid" )
114- ErrResponseDateTooOld = errors .New ("response date is too old" )
115- ErrRequestSignatureMissing = errors .New ("request signature is missing" )
116- ErrRequestSignatureInvalid = errors .New ("request signature is invalid" )
117- ErrRequestDigestMissing = errors .New ("request digest is missing" )
118- ErrRequestDigestInvalid = errors .New ("request digest is invalid" )
119- ErrRequestDateMissing = errors .New ("request date is missing" )
120- ErrRequestDateInvalid = errors .New ("request date is invalid" )
121- ErrRequestDateTooOld = errors .New ("request date is too old" )
122- ErrPublicKeyMissing = errors .New ("public key is missing" )
123- ErrPublicKeyInvalid = errors .New ("public key is invalid" )
124- ErrValidationFingerprintMissing = errors .New ("validation fingerprint scope is missing" )
125- ErrValidationComponentsMissing = errors .New ("validation components scope is missing" )
126- ErrValidationProductMissing = errors .New ("validation product scope is missing" )
127- ErrHeartbeatPingFailed = errors .New ("heartbeat ping failed" )
128- ErrHeartbeatRequired = errors .New ("heartbeat is required" )
129- ErrHeartbeatDead = errors .New ("heartbeat is dead" )
130- ErrMachineAlreadyActivated = errors .New ("machine is already activated" )
131- ErrMachineLimitExceeded = errors .New ("machine limit has been exceeded" )
132- ErrMachineNotFound = errors .New ("machine no longer exists" )
133- ErrProcessNotFound = errors .New ("process no longer exists" )
134- ErrMachineFileNotSupported = errors .New ("machine file is not supported" )
135- ErrMachineFileNotEncrypted = errors .New ("machine file is not encrypted" )
136- ErrMachineFileNotGenuine = errors .New ("machine file is not genuine" )
137- ErrMachineFileExpired = errors .New ("machine file is expired" )
138- ErrComponentNotActivated = errors .New ("component is not activated" )
139- ErrComponentAlreadyActivated = errors .New ("component is already activated" )
140- ErrComponentConflict = errors .New ("component is duplicated" )
141- ErrProcessLimitExceeded = errors .New ("process limit has been exceeded" )
142- ErrLicenseSchemeNotSupported = errors .New ("license scheme is not supported" )
143- ErrLicenseSchemeMissing = errors .New ("license scheme is missing" )
144- ErrLicenseKeyMissing = errors .New ("license key is missing" )
145- ErrLicenseKeyNotGenuine = errors .New ("license key is not genuine" )
146- ErrLicenseNotActivated = errors .New ("license is not activated" )
147- ErrLicenseNotAllowed = errors .New ("license authentication is not allowed by policy" )
148- ErrLicenseExpired = errors .New ("license is expired" )
149- ErrLicenseSuspended = errors .New ("license is suspended" )
150- ErrLicenseTooManyMachines = errors .New ("license has too many machines" )
151- ErrLicenseTooManyCores = errors .New ("license has too many cores" )
152- ErrLicenseTooManyProcesses = errors .New ("license has too many processes" )
153- ErrLicenseNotSigned = errors .New ("license is not signed" )
154- ErrLicenseInvalid = errors .New ("license is invalid" )
155- ErrLicenseFileNotSupported = errors .New ("license file is not supported" )
156- ErrLicenseFileNotEncrypted = errors .New ("license file is not encrypted" )
157- ErrLicenseFileNotGenuine = errors .New ("license file is not genuine" )
158- ErrLicenseFileExpired = errors .New ("license file is expired" )
159- ErrLicenseFileSecretMissing = errors .New ("license file secret is missing" )
160- ErrTokenNotAllowed = errors .New ("token authentication is not allowed by policy" )
161- ErrTokenFormatInvalid = errors .New ("token format is invalid" )
162- ErrTokenInvalid = errors .New ("token is invalid" )
163- ErrTokenExpired = errors .New ("token is expired" )
164- ErrSystemClockUnsynced = errors .New ("system clock is out of sync" )
106+ ErrReleaseLocationMissing = errors .New ("release has no download URL" )
107+ ErrUpgradeNotAvailable = errors .New ("no upgrades available (already up-to-date)" )
108+ ErrResponseSignatureMissing = errors .New ("response signature is missing" )
109+ ErrResponseSignatureInvalid = errors .New ("response signature is invalid" )
110+ ErrResponseSignatureNotSupported = errors .New ("response signature is not supported" )
111+ ErrResponseDigestMissing = errors .New ("response digest is missing" )
112+ ErrResponseDigestInvalid = errors .New ("response digest is invalid" )
113+ ErrResponseDateMissing = errors .New ("response date is missing" )
114+ ErrResponseDateInvalid = errors .New ("response date is invalid" )
115+ ErrResponseDateTooOld = errors .New ("response date is too old" )
116+ ErrRequestSignatureMissing = errors .New ("request signature is missing" )
117+ ErrRequestSignatureInvalid = errors .New ("request signature is invalid" )
118+ ErrRequestDigestMissing = errors .New ("request digest is missing" )
119+ ErrRequestDigestInvalid = errors .New ("request digest is invalid" )
120+ ErrRequestDateMissing = errors .New ("request date is missing" )
121+ ErrRequestDateInvalid = errors .New ("request date is invalid" )
122+ ErrRequestDateTooOld = errors .New ("request date is too old" )
123+ ErrPublicKeyMissing = errors .New ("public key is missing" )
124+ ErrPublicKeyInvalid = errors .New ("public key is invalid" )
125+ ErrSchemeNotSupported = errors .New ("cryptographic scheme is not supported" )
126+ ErrValidationFingerprintMissing = errors .New ("validation fingerprint scope is missing" )
127+ ErrValidationComponentsMissing = errors .New ("validation components scope is missing" )
128+ ErrValidationProductMissing = errors .New ("validation product scope is missing" )
129+ ErrHeartbeatPingFailed = errors .New ("heartbeat ping failed" )
130+ ErrHeartbeatRequired = errors .New ("heartbeat is required" )
131+ ErrHeartbeatDead = errors .New ("heartbeat is dead" )
132+ ErrMachineAlreadyActivated = errors .New ("machine is already activated" )
133+ ErrMachineLimitExceeded = errors .New ("machine limit has been exceeded" )
134+ ErrMachineNotFound = errors .New ("machine no longer exists" )
135+ ErrProcessNotFound = errors .New ("process no longer exists" )
136+ ErrMachineFileNotSupported = errors .New ("machine file is not supported" )
137+ ErrMachineFileNotEncrypted = errors .New ("machine file is not encrypted" )
138+ ErrMachineFileNotGenuine = errors .New ("machine file is not genuine" )
139+ ErrMachineFileExpired = errors .New ("machine file is expired" )
140+ ErrComponentNotActivated = errors .New ("component is not activated" )
141+ ErrComponentAlreadyActivated = errors .New ("component is already activated" )
142+ ErrComponentConflict = errors .New ("component is duplicated" )
143+ ErrProcessLimitExceeded = errors .New ("process limit has been exceeded" )
144+ ErrLicenseSchemeNotSupported = errors .New ("license scheme is not supported" )
145+ ErrLicenseSchemeMissing = errors .New ("license scheme is missing" )
146+ ErrLicenseKeyMissing = errors .New ("license key is missing" )
147+ ErrLicenseKeyNotGenuine = errors .New ("license key is not genuine" )
148+ ErrLicenseNotActivated = errors .New ("license is not activated" )
149+ ErrLicenseNotAllowed = errors .New ("license authentication is not allowed by policy" )
150+ ErrLicenseExpired = errors .New ("license is expired" )
151+ ErrLicenseSuspended = errors .New ("license is suspended" )
152+ ErrLicenseTooManyMachines = errors .New ("license has too many machines" )
153+ ErrLicenseTooManyCores = errors .New ("license has too many cores" )
154+ ErrLicenseTooManyProcesses = errors .New ("license has too many processes" )
155+ ErrLicenseNotSigned = errors .New ("license is not signed" )
156+ ErrLicenseInvalid = errors .New ("license is invalid" )
157+ ErrLicenseFileNotSupported = errors .New ("license file is not supported" )
158+ ErrLicenseFileNotEncrypted = errors .New ("license file is not encrypted" )
159+ ErrLicenseFileNotGenuine = errors .New ("license file is not genuine" )
160+ ErrLicenseFileExpired = errors .New ("license file is expired" )
161+ ErrLicenseFileSecretMissing = errors .New ("license file secret is missing" )
162+ ErrTokenNotAllowed = errors .New ("token authentication is not allowed by policy" )
163+ ErrTokenFormatInvalid = errors .New ("token format is invalid" )
164+ ErrTokenInvalid = errors .New ("token is invalid" )
165+ ErrTokenExpired = errors .New ("token is expired" )
166+ ErrSystemClockUnsynced = errors .New ("system clock is out of sync" )
165167)
0 commit comments