mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
add comment on exported error
This commit is contained in:
parent
814ddc0923
commit
9cac385aec
@ -38,6 +38,7 @@ func (e BadDigest) Error() string {
|
||||
return "Bad digest: Expected " + e.ExpectedMD5 + " does not match calculated " + e.CalculatedMD5
|
||||
}
|
||||
|
||||
// ErrSizeMismatch error size mismatch
|
||||
type ErrSizeMismatch struct {
|
||||
Want int64
|
||||
Got int64
|
||||
|
Loading…
Reference in New Issue
Block a user