logo
On this page

Global return codes


After you call an API operation of the ZEGOCLOUD MiniGameEngine server, the server returns a response that carries the Code field. You can check whether the call is successful based on the Code field.

Error codeDescriptionSolution
0The call is successful.N/A
7200004One or more parameters are invalid. Possible causes:
  • A required parameter is not specified.
  • The name of a parameter is invalid.
Check whether the parameters are valid.
7200401The token fails to be verified.Generate a new token.
7201003The token fails to be decoded.Generate a new token.
7201005The token expires.Generate a new token.
7202000An error occurs when you call the operation.Try again. If the error persists, contact ZEGOCLOUD support.
7202001The game does not exist. Possible causes:
  • The MiniGameId parameter is invalid.
  • You do not have the required permissions on the game.
  • Check whether the MiniGameId parameter is valid.
  • Contact ZEGOCLOUD business staff to grant the required permissions.
7202002The format of the MiniGameId parameter is invalid.Check whether the type of the MiniGameId parameter is STRING.
7202003The AppID parameter is invalid. Possible causes:
  • You do not activate the mini-game service for the application.
  • The format of the AppID parameter is invalid.
  • Contact ZEGOCLOUD business staff to activate the mini-game service.
  • Check whether the type of the AppID parameter is UINT32.
7203001Identity authentication fails.Check whether the signature is valid.
7204002The value of the OutOrderId parameter already exists.Specify a new value of the OutOrderId parameter.
7205001The OutOrderId or OrderId parameter is invalid.Check whether the OutOrderId and OrderId parameters are valid.
7210000A system error occurs.Try again. If the error persists, contact ZEGOCLOUD support.
7210001The service is abnormal.Contact ZEGOCLOUD support.

Previous

Report live comment-based game information

On this page

Back to top