mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-06 13:54:59 +00:00
13 lines
280 B
Go
13 lines
280 B
Go
|
package main
|
||
|
|
||
|
const (
|
||
|
seafHTTPResBadFileName = 440
|
||
|
seafHTTPResExists = 441
|
||
|
seafHTTPResNotExists = 441
|
||
|
seafHTTPResTooLarge = 442
|
||
|
seafHTTPResNoQuota = 443
|
||
|
seafHTTPResRepoDeleted = 444
|
||
|
seafHTTPResRepoCorrupted = 445
|
||
|
seafHTTPResBlockMissing = 446
|
||
|
)
|