Skip to main content
Module

x/deno_slack_data_mapper/errors.ts>DatastoreError

A handy way to manage data in Slack's next-generation platform datastores
Go to Latest
class DatastoreError
extends Error
import { DatastoreError } from "https://deno.land/x/deno_slack_data_mapper@2.5.0/errors.ts";

Constructors

new
DatastoreError(
message: string,
response?: BaseResponse,
cause?: Error,
)

Properties

optional
response: BaseResponse