Listings API V2

ErrorAlt

object

Details of an error or issue.

errorIDstring

The ID of the error.

Example:157a16f0-503d-4256-ba60-a4876e8eb9bb

codestring

The code used for the issue.

Example:resource.issue_type

descriptionstring

A detailed message.

Example:The issue happened because something is wrong.

propertiesarray[object]

Details of an error’s property.

Show Child Parameters
Example

ErrorAltProperty

object

Details of an error’s property.

propertystring

The name of the property.

Example:person

valuestring

The value of the property.

Example:J0hn D03

Example

Errors

object

An error occurred, and the request could not be completed.

errorsarray[object]

Details of an error or issue.

Show Child Parameters
Example

ErrorsAlt

object

An error occurred, and the request could not be completed.

errorsarray[object]

Details of an error or issue.

Show Child Parameters
Example

GeoCodeRequest

object

Details of the geographical coordinates for a location.

longitudenumber(double)

The longitude of the location.

Example:-117.91836265987132

latitudenumber(double)

The latitude of the location.

Example:33.81228788622535

Example