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>ValidationError

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

Validation failed on a document, share address, author address, etc.

Constructors

new
ValidationError(message?: string)

Construct a new ValidationError.