UNPKG

@junobuild/errors

Version:

A collection of predefined error constants and utilities for Juno applications.

9 lines (8 loc) 871 B
export declare const JUNO_COLLECTIONS_ERROR_MODIFY_RESERVED_COLLECTION = "juno.collections.error.modify_reserved_collection"; export declare const JUNO_COLLECTIONS_ERROR_RESERVED_NAME = "juno.collections.error.reserved_name"; export declare const JUNO_COLLECTIONS_ERROR_RESERVED_COLLECTION = "juno.collections.error.reserved_collection"; export declare const JUNO_COLLECTIONS_ERROR_RATE_CONFIG_ENABLED = "juno.collections.error.rate_config_enabled"; export declare const JUNO_COLLECTIONS_ERROR_DELETE_PREFIX_RESERVED = "juno.collections.error.prefix_deletion"; export declare const JUNO_COLLECTIONS_ERROR_COLLECTION_NOT_EMPTY = "juno.collections.error.not_empty"; export declare const JUNO_COLLECTIONS_ERROR_COLLECTION_NOT_FOUND = "juno.collections.error.not_found"; export declare const JUNO_COLLECTIONS_ERROR_PREFIX_RESERVED = "juno.collections.error.prefix_reserved";