mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 17:53:43 +01:00
add comment on exported error
This commit is contained in:
@@ -38,6 +38,7 @@ func (e BadDigest) Error() string {
|
|||||||
return "Bad digest: Expected " + e.ExpectedMD5 + " does not match calculated " + e.CalculatedMD5
|
return "Bad digest: Expected " + e.ExpectedMD5 + " does not match calculated " + e.CalculatedMD5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ErrSizeMismatch error size mismatch
|
||||||
type ErrSizeMismatch struct {
|
type ErrSizeMismatch struct {
|
||||||
Want int64
|
Want int64
|
||||||
Got int64
|
Got int64
|
||||||
|
|||||||
Reference in New Issue
Block a user