Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sqs/src/error.ts>SQSError

Amazon SQS for Deno
Latest
class SQSError
extends Error
import { SQSError } from "https://deno.land/x/sqs@0.3.7/src/error.ts";

Constructors

new
SQSError(message: string, response: string)

Properties

name: "SQSError"