@dotcom-reliability-kit/errors
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -8,2 +8,3 @@ const OperationalError = require('./operational-error'); | ||
/** | ||
* @override | ||
* @readonly | ||
@@ -10,0 +11,0 @@ * @public |
@@ -24,2 +24,3 @@ const OperationalError = require('./operational-error'); | ||
/** | ||
* @override | ||
* @readonly | ||
@@ -98,2 +99,3 @@ * @public | ||
* | ||
* @override | ||
* @protected | ||
@@ -100,0 +102,0 @@ * @type {Array<string>} |
@@ -7,3 +7,3 @@ export = OperationalError; | ||
constructor(data?: string | (OperationalErrorData & Record<string, any>) | undefined); | ||
public readonly name: string; | ||
public override readonly name: string; | ||
public readonly isOperational: boolean; | ||
@@ -10,0 +10,0 @@ public readonly code: string; |
@@ -18,2 +18,3 @@ /** | ||
/** | ||
* @override | ||
* @readonly | ||
@@ -20,0 +21,0 @@ * @public |
@@ -8,2 +8,3 @@ const HttpError = require('./http-error'); | ||
/** | ||
* @override | ||
* @readonly | ||
@@ -10,0 +11,0 @@ * @public |
@@ -8,2 +8,3 @@ const HttpError = require('./http-error'); | ||
/** | ||
* @override | ||
* @readonly | ||
@@ -10,0 +11,0 @@ * @public |
{ | ||
"name": "@dotcom-reliability-kit/errors", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "A suite of error classes which help you throw the most appropriate error in any situation", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23482
456