File: WebAPI/user_session_2.proto
Request: UserSessionStateRequest.
Type: string
Description: Session token from UserSessionStateRequest.
Type: uint32
Description: This field is associated with the ResultCode enum type.
Type: sint32
Type: string
•RESULT_CODE_SUCCESS = 0
Data for requested session is found.
•RESULT_CODE_FAILURE = 101
General failure.
•RESULT_CODE_UNKNOWN_SESSION = 102
Session is unknown to a server.
•RESULT_CODE_ACCESS_DENIED = 103
The user is not allowed to access this data.