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

MatrixErrorDetail

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

Describes a single error or issue with a matrix.

interface MatrixErrorDetail {
readonly message?: string;
readonly reason?: string;
}

§Properties

§
readonly message?: string
[src]

Output only. A human-readable message about how the error in the TestMatrix. Expands on the reason field with additional details and possible options to fix the issue.

§
readonly reason?: string
[src]

Output only. The reason for the error. This is a constant value in UPPER_SNAKE_CASE that identifies the cause of the error.