Merge branch 'main' into 21461-excessive-scrollbars-fix
[arvados.git] / sdk / go / keepclient / keepclient.go
index 6b9ff181e5295ddddbf71afc3b6f22ec5e702785..d97a2d1fcd2096a7f44983bbc7349ce11c24d307 100644 (file)
@@ -78,6 +78,8 @@ type ErrNotFound struct {
        multipleResponseError
 }
 
+func (*ErrNotFound) HTTPStatus() int { return http.StatusNotFound }
+
 type InsufficientReplicasError struct{ error }
 
 type OversizeBlockError struct{ error }