google.appengine.api.datastore_types.ValidatePropertyInteger

Raises an exception if the supplied integer is invalid.

name Name of the property this is for.
value Integer value.

OverflowError if the value does not fit within a signed int64.