VehicleCrashDetectionFeedbackResult:
    | "ACCEPTED"
    | "INVALID_EVENT_DATE"
    | "INVALID_LOCATION"
    | "FEEDBACK_ALREADY_PROVIDED"
    | "NO_USER"

Result of submitting vehicle crash detection feedback.

  • ACCEPTED: Feedback accepted.
  • INVALID_EVENT_DATE: The event/crash date specified in the VehicleCrashDetectionFeedback is either in the future, or is too old.
  • INVALID_LOCATION: The location coordinates specified in the VehicleCrashDetectionFeedback are invalid.
  • FEEDBACK_ALREADY_PROVIDED: Feedback has already been provided for an event with the provided date.
  • NO_USER: No Sentiance user on the device.