RoomTokenNoncetypeError constant

int const RoomTokenNoncetypeError

Description: The Token Nonce parameter type is incorrect.
Cause: The nonce parameter type of the generated Token is incorrect.
Solutions: Ensure that nonce is int64 data.

Implementation

static const int RoomTokenNoncetypeError = 1002080;