IMContentTooLong constant

int const IMContentTooLong

Description: The input message content is too long
Cause: message more than 1024 bytes.
Solutions: The maximum length should be less than 1024 byte

Implementation

static const int IMContentTooLong = 1009002;