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

NotifyRecommendationsReceivedError

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

An error occurred when creating a recommendation.

interface NotifyRecommendationsReceivedError {
message?: string | null;
recommendationId?: string | null;
}

§Properties

§
message?: string | null
[src]

A recommendation is causing an error.

§
recommendationId?: string | null
[src]

The identifier of the recommendation that is in error.