Errors
Feedback API errors start with E-006. Your error code not here?
Check this page for global errors.
| Code | Reason | Remediation | Status code |
|---|---|---|---|
| E-006-000 | Missing Naurt ID or location and address | Added either a Naurt ID or an address with location. Review documentation for correct input parameters | 400 |
| E-006-001 | Bad address | Address string must be 5-200 characters and include comma or space separated words | 400 |
| E-006-002 | Address only | Add a Naurt ID, location or both | 400 |
| E-006-003 | Location only | Add a Naurt ID, address string or both | 400 |
| E-006-004 | Naurt ID only | Add a location, address string or both | 400 |
| E-006-005 | Invalid location | Locations must be valid WGS84 coordinates in decimal degrees. Latitudes must be between -90.0 and 90.0 and longitudes must be between -180.0 and 180.0. | 400 |
| E-006-006 | Latitude without longitude, or vice versa | Ensure all latitudes are paired with longitudes, and vice versa | 400 |