constants.py 466 B

123456789101112131415161718
  1. #
  2. # Autogenerated by Thrift Compiler (0.9.1)
  3. #
  4. # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
  5. #
  6. # options string: py:new_style
  7. #
  8. from thrift.Thrift import TType, TMessageType, TException, TApplicationException
  9. from ttypes import *
  10. TSENTRY_SERVICE_V1 = 1
  11. TSENTRY_STATUS_OK = 0
  12. TSENTRY_STATUS_ALREADY_EXISTS = 1
  13. TSENTRY_STATUS_NO_SUCH_OBJECT = 2
  14. TSENTRY_STATUS_RUNTIME_ERROR = 3
  15. TSENTRY_STATUS_INVALID_INPUT = 4
  16. TSENTRY_STATUS_ACCESS_DENIED = 5