8128: Add runtime tokens for containers, and locks for multiple dispatchers
[arvados.git] / services / keepstore / keepstore.go
index 93ee43c446cf96624a09a0ff7660d198cacdd3cd..80d867010568090592283e14a8bff28a35b4dda4 100644 (file)
@@ -91,6 +91,7 @@ var (
        TooLongError        = &KeepError{413, "Block is too large"}
        MethodDisabledError = &KeepError{405, "Method disabled"}
        ErrNotImplemented   = &KeepError{500, "Unsupported configuration"}
+       ErrClientDisconnect = &KeepError{503, "Client disconnected"}
 )
 
 func (e *KeepError) Error() string {