Skip to main content

AirReportState

Enumeration for AIR report states.

enum AirReportState {
NOT_AVAILABLE
GENERATING
AVAILABLE
ERROR
RATE_LIMITED
NOTFOUND
}

Values

AirReportState.NOT_AVAILABLE

A report is not available for the given check ID and timestamp.

AirReportState.GENERATING

The report is being generated.

AirReportState.AVAILABLE

The report is ready and available (see message and messageMimeType for the content).

AirReportState.ERROR

The report generation failed with an error (see message for the error message).

AirReportState.RATE_LIMITED

The report generation was rate-limited (trial quota exceeded). Try again later.

AirReportState.NOTFOUND

The report was not found.

Member Of

AirReportStatePayload object