UNPKG

@ngxs-labs/entity-state

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.5.

22 lines (21 loc) 711 B
export declare class EntityStateError extends Error { constructor(message: string); } export declare class NoActiveEntityError extends EntityStateError { constructor(additionalInformation?: string); } export declare class NoSuchEntityError extends EntityStateError { constructor(id: string); } export declare class InvalidIdError extends EntityStateError { constructor(id: string | undefined); } export declare class InvalidIdOfError extends EntityStateError { constructor(); } export declare class UpdateFailedError extends EntityStateError { constructor(cause: Error); } export declare class UnableToGenerateIdError extends EntityStateError { constructor(cause: string | Error); }