- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isErrSignatureDoesNotMatch (0.15 sec)
-
cmd/object-api-errors.go
if errors.Is(err, errFileVersionNotFound) { return true } var versionNotFound VersionNotFound return errors.As(err, &versionNotFound) } // isErrSignatureDoesNotMatch - Check if error type is SignatureDoesNotMatch. func isErrSignatureDoesNotMatch(err error) bool { var signatureDoesNotMatch SignatureDoesNotMatch return errors.As(err, &signatureDoesNotMatch) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Aug 09 02:05:14 UTC 2024 - 22.1K bytes - Viewed (0)