CANNOT_GET_MESSAGE_BY_INDEX constant
int
const CANNOT_GET_MESSAGE_BY_INDEX
This code is used by Conversation.getMessageByIndex if general error occurs and message could not be retrieved.
Implementation
static const int CANNOT_GET_MESSAGE_BY_INDEX = -4;