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

x/earthstar/src/util/errors.ts>AuthorisationError

Storage for private, distributed, offline-first applications.
Go to Latest
class AuthorisationError
import { AuthorisationError } from "https://deno.land/x/earthstar@11.0.0-beta.2/src/util/errors.ts";

Authorisation failed on an attempted document write, cap delegation, etc.

Constructors

new
AuthorisationError(message?: string)

Construct a new AuthorisationError.