> For the complete documentation index, see [llms.txt](https://docs.sentiance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentiance.com/sdk/api-reference/ios/feedback/vehiclecrashdetectionfeedbackresult.md).

# VehicleCrashDetectionFeedbackResult

| accepted                | Feedback accepted.                                                                                                                                                            |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| feedbackAlreadyProvided | Feedback has already been provided for an event with the provided date.                                                                                                       |
| invalidEventDate        | The event date specified in the [VehicleCrashDetectionFeedback](/sdk/api-reference/android/feedback/vehiclecrashdetectionfeedback.md) is either in the future, or is too old. |
| invalidLocation         | The location coordinates specified in the [VehicleCrashDetectionFeedback](/sdk/api-reference/android/feedback/vehiclecrashdetectionfeedback.md) are invalid.                  |
| noUser                  | No Sentiance user on the device.                                                                                                                                              |
