Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TestStatus

import type { TestStatus } from "https://googleapis.deno.dev/v1/searchconsole:v1.ts";

Final state of the test, including error details if necessary.

interface TestStatus {
details?: string;
status?:
| "TEST_STATUS_UNSPECIFIED"
| "COMPLETE"
| "INTERNAL_ERROR"
| "PAGE_UNREACHABLE";
}

§Properties

§
details?: string
[src]

Error details if applicable.

§
status?: "TEST_STATUS_UNSPECIFIED" | "COMPLETE" | "INTERNAL_ERROR" | "PAGE_UNREACHABLE"
[src]

Status of the test.