Enumerations
art::detail::FTS Namespace Reference

Enumerations

enum  FileTransferStatus {
  PENDING = -1, SUCCESS = 0, BAD_REQUEST = 400, UNAUTHORIZED = 401,
  PAYMENT_REQUIRED = 402, FORBIDDEN = 403, NOT_FOUND = 404, GONE = 410,
  TOO_LARGE = 413, URI_TOO_LONG = 414, SERVER_ERROR = 500, UNAVAILABLE = 503
}
 

Enumeration Type Documentation

Enumerator
PENDING 
SUCCESS 
BAD_REQUEST 
UNAUTHORIZED 
PAYMENT_REQUIRED 
FORBIDDEN 
NOT_FOUND 
GONE 
TOO_LARGE 
URI_TOO_LONG 
SERVER_ERROR 
UNAVAILABLE 

Definition at line 10 of file FileTransferStatus.h.