Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface FriendlyException
Re-export
import { type FriendlyException } from "https://deno.land/x/lavalink_types@2.0.6/mod.ts";

Properties

Severity of the exception.

message: string

A message which is understandable to end-users

cause: string

The cause of this exception, with technical details.