ReportStatus

sealed class ReportStatus

The status of an insights report. Possible values are:

  • PENDING: The service has queued the report and generation has not started.

  • RUNNING: The service is generating the report.

  • COMPLETED: The service successfully generated the report.

  • SKIPPED: The service did not generate the report because the necessary conditions were not met. For more information about why the service could not generate the report, view the message field in TestReport or JobReport.

  • ERRORED: An error occurred while generating the report. For more information about why the service could not generate the report, view the message field in TestReport or JobReport.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : ReportStatus
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String