Skip to content
Snippets Groups Projects
Forked from DM / dm-docs
261 commits behind, 489 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dmHttpStatus.py 100 B
#!/usr/bin/env python


DM_HTTP_OK = 200 
DM_HTTP_UNAUTHORIZED = 401 
DM_HTTP_INTERNAL_ERROR = 500