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

IncompatibilityMessage

import type { IncompatibilityMessage } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";

Represents information about incompatibility.

interface IncompatibilityMessage {
message?: string | null;
type?: DeviceAttribute | null;
}

§Properties

§
message?: string | null
[src]

A message about the incompatibility.

§
type?: DeviceAttribute | null
[src]

The type of incompatibility.

Allowed values include:

  • ARN
  • FORM_FACTOR (for example, phone or tablet)
  • MANUFACTURER
  • PLATFORM (for example, Android or iOS)
  • REMOTE_ACCESS_ENABLED
  • APPIUM_VERSION