Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/appwrite/src/exception.ts>AppwriteException

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
class AppwriteException
import { AppwriteException } from "https://deno.land/x/appwrite@11.0.0/src/exception.ts";

Constructors

new
AppwriteException(
message: string,
code?: number,
type?: string,
response?: any,
)

Properties

code: number
message: string
response: any
type: string

Methods

toString(): string