-
Notifications
You must be signed in to change notification settings - Fork 0
Special Error Codes
Raised when another address currently already exists for the given location within a bounding box of n by n metres. The current value for n is 111 -- simply round both coordinate values to 3 decimal places to obtain this bounding box.
Raised when location field is being changed.
Raised when specifying the address field with an address geocoded with coordinates within a bounding box of n by n metres in its location field coordinates. The current value for n is 111 -- simply round both coordinate values to 3 decimal places to obtain this bounding box.
Raised when provided deviceId could not be contacted successfully via GCM.
Raised when unable to find associated Request to add a requestInvite to when the acceptedBy field is specified.
Raised when attempting to access a requestInvite item directly that's expired. Message changes to default afterwards, but retains the 404 error code.
Raised when attempting to update a requestInvite that's expired. Message changes to default afterwards, but retains the 404 error code.
Raised when accepted is specified, but previous value of accepted is True. Send a DELETE to the item if refusing the invite instead.
Raised when a DELETE is sent to a requestInvite with the value of attached currently set to True.
Raised when there is no existing location history for the given user. Can't generate a default destination for the request, so the creation of the request fails.
Raised when the value of attachedInviteId is not null and inviteIds is specified in the PATCH payload.
Raised when unable to find associated requestInvite item to the specified attachedInviteId ObjectId to attach to.
Raised when attachedInviteId is not null, but attachedInviteId is specified in the PATCH payload.