AmpUrlError
import type { AmpUrlError } from "https://googleapis.deno.dev/v1/acceleratedmobilepageurl:v1.ts";
AMP URL Error resource for a requested URL that couldn't be found.
interface AmpUrlError {
errorCode?:
| "ERROR_CODE_UNSPECIFIED"
| "INPUT_URL_NOT_FOUND"
| "NO_AMP_URL"
| "APPLICATION_ERROR"
| "URL_IS_VALID_AMP"
| "URL_IS_INVALID_AMP";
errorMessage?: string;
originalUrl?: string;
}