mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
object: handle Error responses and handle errDiskFull. (#1331)
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
6bc17a3aea
commit
e0f8fed011
+2
-2
@@ -18,8 +18,8 @@ package main
|
||||
|
||||
import "errors"
|
||||
|
||||
// errDiskPathFull - cannot create volume or files when disk is full.
|
||||
var errDiskPathFull = errors.New("Disk path full.")
|
||||
// errDiskFull - cannot create volume or files when disk is full.
|
||||
var errDiskFull = errors.New("Disk path full.")
|
||||
|
||||
// errFileNotFound - cannot find the file.
|
||||
var errFileNotFound = errors.New("File not found.")
|
||||
|
||||
Reference in New Issue
Block a user