constants.py 527 B

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