0.5.0 • Published 11 months ago

@onemedia/common-errors v0.5.0

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

@onemedia/common-errors

All frontend application errors in a centralised location.

npm next version

Errors

The errors and their codes:

  • Data Service Failure (100);

  • Configuration not found (110);

  • Configuration Service Failure (120);

  • Quota Exceeded (130);

  • Feed Disabled (140);

  • Font Service Failure (150);

  • Configuration not set (160);

Install

$ npm install -S @onemedia/common-errors

Usage

import { 
  ConfigurationMissingError,
  ConfigurationInvalidError,
  ConfigurationServiceError,
  DataServiceError,
  QuotaExceededError,
  DisabledAppError,
  FontServiceError,
} from '@onemedia/common-errors';
0.5.0

11 months ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago