Skip to main content
Module

x/abstruct/constants.ts>Error

Abstract structure for JavaScript data validation
Latest
enum Error
import { Error } from "https://deno.land/x/abstruct@1.0.0/constants.ts";

Members

MaxCount = "item count should be less than or equal to {0}, but {1}"
MinCount = "item count should be greater than or equal to {0}, but {1}"
ShouldBe = "should be {0}"
ShouldBeBut = "should be {0}, but {1}"