On this page
article
400 - Value Too Small
The
value_too_small error code is returned when a single value is small than the permitted minimum.This could be returned for example, if the minimum value for longitude is exceeded when specifying a lat_long value for an address, e.g.:
{
"addresses": [
{
"address_type": "destination",
"lat_long": {
"latitude": 55.4112,
"longitude": -987.22
}
}
]
}
The minimum value for
latitude is -90, and the minimum value for longitude is -180. Other properties may have different minimum values specified.