Options
All
  • Public
  • Public/Protected
  • All
Menu
brief

Value returned after an API is called

note

If a callback exists in the API parameters, the callback is called only when the API returns TIM_SUCC.

name meaning value
TIM_SUCC The interface call is successful 0
TIM_ERR_SDKUNINIT Failed, IM SDK is not initialized -1
TIM_ERR_NOTLOGIN Failed, IM SDK is not initialized -2
TIM_ERR_JSON Interface call failed, wrong Json format or Json Key -3
TIM_ERR_PARAM Interface call failed, parameter error -4
TIM_ERR_CONV Interface call failed, invalid session -5
TIM_ERR_GROUP Interface call failed, invalid group -6

Index

Enumeration members

TIM_ERR_CONV

TIM_ERR_CONV = -5

TIM_ERR_GROUP

TIM_ERR_GROUP = -6

TIM_ERR_JSON

TIM_ERR_JSON = -3

TIM_ERR_NOTLOGIN

TIM_ERR_NOTLOGIN = -2

TIM_ERR_PARAM

TIM_ERR_PARAM = -4

TIM_ERR_SDKUNINIT

TIM_ERR_SDKUNINIT = -1

TIM_SUCC

TIM_SUCC = 0

Generated using TypeDoc