Python rest_framework.exceptions模块,常用函数和类
下面列出了Python rest_framework.exceptions 模块中定义的常用函数和类,我们从157个开源Python项目中,按照使用频率进行了排序。
函数和类 | 使用项目数 |
---|---|
1. ValidationError() | 用在(72)个项目中 |
2. APIException() | 用在(49)个项目中 |
3. AuthenticationFailed() | 用在(49)个项目中 |
4. PermissionDenied() | 用在(39)个项目中 |
5. NotFound() | 用在(30)个项目中 |
6. ParseError() | 用在(23)个项目中 |
7. MethodNotAllowed() | 用在(9)个项目中 |
8. NotAuthenticated() | 用在(7)个项目中 |
9. NotAcceptable() | 用在(7)个项目中 |
10. Throttled() | 用在(5)个项目中 |