| 123456789101112131415161718 |
- #
- # Autogenerated by Thrift Compiler (0.9.1)
- #
- # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- #
- # options string: py:new_style
- #
- from thrift.Thrift import TType, TMessageType, TException, TApplicationException
- from ttypes import *
- TSENTRY_SERVICE_V1 = 1
- TSENTRY_STATUS_OK = 0
- TSENTRY_STATUS_ALREADY_EXISTS = 1
- TSENTRY_STATUS_NO_SUCH_OBJECT = 2
- TSENTRY_STATUS_RUNTIME_ERROR = 3
- TSENTRY_STATUS_INVALID_INPUT = 4
- TSENTRY_STATUS_ACCESS_DENIED = 5
|