Searched refs:ValidationError (Results 1 – 7 of 7) sorted by relevance
1 …:["export class ValidationError extends Error {\n constructor(message: string) {\n super(messa…
1 export declare class ValidationError extends Error { class
1 export class ValidationError extends Error { class
2 import { ValidationError } from './error';10 throw new ValidationError('The blurhash string must be at least 6 characters');16 …throw new ValidationError(`blurhash length mismatch: length is ${blurhash.length} but it should be…
1 …ValidationError } from './error';\nimport { sRGBToLinear, signPow, linearTosRGB } from './utils';\…
2 import { ValidationError } from './error';11 throw new ValidationError('The blurhash string must be at least 6 characters');19 throw new ValidationError(