Skip to main content
Module

x/appwrite/mod.ts>AppwriteException

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

Constructors

new
AppwriteException(
message: String,
code?: Number,
type?: String,
response?: any,
)

Properties

code: Number
message: String
response: any
type: String

Methods

toString(): String