@equinor/echo-base
Advanced tools
Comparing version 0.2.93 to 0.2.94
import { BaseError } from './BaseError'; | ||
interface ArgumentErrorArgs { | ||
export interface ArgumentErrorArgs { | ||
argumentName: string; | ||
@@ -4,0 +4,0 @@ } |
@@ -31,1 +31,2 @@ import { CommonErrorArgs } from '../types/error'; | ||
} | ||
export declare const Forbidden: typeof ForbiddenError; |
@@ -60,2 +60,3 @@ import { __extends } from "tslib"; | ||
export { ValidationError }; | ||
export var Forbidden = ForbiddenError; | ||
//# sourceMappingURL=NetworkError.js.map |
import { BaseError } from './BaseError'; | ||
interface ArgumentErrorArgs { | ||
export interface ArgumentErrorArgs { | ||
argumentName: string; | ||
@@ -4,0 +4,0 @@ } |
@@ -31,1 +31,2 @@ import { CommonErrorArgs } from '../types/error'; | ||
} | ||
export declare const Forbidden: typeof ForbiddenError; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ValidationError = exports.NotFoundError = exports.ForbiddenError = exports.BackendError = exports.NetworkError = void 0; | ||
exports.Forbidden = exports.ValidationError = exports.NotFoundError = exports.ForbiddenError = exports.BackendError = exports.NetworkError = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -63,2 +63,3 @@ var BaseError_1 = require("./BaseError"); | ||
exports.ValidationError = ValidationError; | ||
exports.Forbidden = ForbiddenError; | ||
//# sourceMappingURL=NetworkError.js.map |
{ | ||
"name": "@equinor/echo-base", | ||
"version": "0.2.93", | ||
"version": "0.2.94", | ||
"module": "esm/index.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import { BaseError } from './BaseError'; | ||
interface ArgumentErrorArgs { | ||
export interface ArgumentErrorArgs { | ||
argumentName: string; | ||
@@ -5,0 +5,0 @@ } |
@@ -40,1 +40,3 @@ import { CommonErrorArgs } from '../types/error'; | ||
export class ValidationError extends NetworkError {} | ||
export const Forbidden = ForbiddenError; |
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
160272
3227