qBittorrent
apierror.h File Reference
#include "base/exceptions.h"
Include dependency graph for apierror.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  APIError
 

Enumerations

enum class  APIErrorType {
  BadParams , BadData , NotFound , AccessDenied ,
  Conflict
}
 

Enumeration Type Documentation

◆ APIErrorType

enum APIErrorType
strong
Enumerator
BadParams 
BadData 
NotFound 
AccessDenied 
Conflict 

Definition at line 33 of file apierror.h.

34 {
35  BadParams,
36  BadData,
37  NotFound,
39  Conflict
40 };