invalidPointer constant

int const invalidPointer

Error code indicating a malformed pointer. You should not see this unless you have been mucking about changing internal Parse code.

Implementation

static const int invalidPointer = 106;