@cumulus/errors
Advanced tools
Comparing version 10.1.2 to 11.0.0
@@ -330,3 +330,10 @@ /** | ||
}; | ||
export declare const UnmetRequirementsError: { | ||
new (message: string): { | ||
name: string; | ||
message: string; | ||
stack?: string | undefined; | ||
}; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IndexExistsError = exports.PostgresUpdateFailed = exports.PostgresValidationError = exports.GranuleNotPublished = exports.RecordAlreadyMigrated = exports.MissingRequiredEnvVarError = exports.ValidationError = exports.UnparsableFileLocationError = exports.UnmatchedRegexError = exports.UnexpectedFileSize = exports.RecordDoesNotExist = exports.PDRParsingError = exports.MissingRequiredEnvVar = exports.MissingRequiredArgument = exports.MismatchPdrCollection = exports.InvalidRegexError = exports.InvalidChecksum = exports.InvalidArgument = exports.HostNotFound = exports.ApiCollisionError = exports.FTPError = exports.FileNotFound = exports.EcsStartTaskError = exports.DuplicateFile = exports.DeletePublishedGranule = exports.CumulusMessageError = exports.ConnectionTimeout = exports.ProviderNotFound = exports.MissingBucketMap = exports.CMRInternalError = exports.CMRMetaFileNotFound = exports.XmlMetaFileNotFound = exports.RemoteResourceError = exports.ResourcesLockedError = exports.IncompleteError = exports.NotNeededError = exports.WorkflowError = exports.isConditionalCheckException = exports.isWorkflowError = exports.isThrottlingException = exports.ThrottlingException = exports.createErrorType = void 0; | ||
exports.UnmetRequirementsError = exports.IndexExistsError = exports.PostgresUpdateFailed = exports.PostgresValidationError = exports.GranuleNotPublished = exports.RecordAlreadyMigrated = exports.MissingRequiredEnvVarError = exports.ValidationError = exports.UnparsableFileLocationError = exports.UnmatchedRegexError = exports.UnexpectedFileSize = exports.RecordDoesNotExist = exports.PDRParsingError = exports.MissingRequiredEnvVar = exports.MissingRequiredArgument = exports.MismatchPdrCollection = exports.InvalidRegexError = exports.InvalidChecksum = exports.InvalidArgument = exports.HostNotFound = exports.ApiCollisionError = exports.FTPError = exports.FileNotFound = exports.EcsStartTaskError = exports.DuplicateFile = exports.DeletePublishedGranule = exports.CumulusMessageError = exports.ConnectionTimeout = exports.ProviderNotFound = exports.MissingBucketMap = exports.CMRInternalError = exports.CMRMetaFileNotFound = exports.XmlMetaFileNotFound = exports.RemoteResourceError = exports.ResourcesLockedError = exports.IncompleteError = exports.NotNeededError = exports.WorkflowError = exports.isConditionalCheckException = exports.isWorkflowError = exports.isThrottlingException = exports.ThrottlingException = exports.createErrorType = void 0; | ||
/** | ||
@@ -122,2 +122,3 @@ * Creates a new error type with the given name and parent class. Sets up | ||
exports.IndexExistsError = (0, exports.createErrorType)('IndexExistsError'); | ||
exports.UnmetRequirementsError = (0, exports.createErrorType)('UnmetRequirementsError'); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@cumulus/errors", | ||
"version": "10.1.2", | ||
"version": "11.0.0", | ||
"description": "Provides error classes for Cumulus", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"license": "Apache-2.0", | ||
"gitHead": "3b59753fa85064549b70ad8ed4a4ee213c5af313" | ||
"gitHead": "e922ad12fd94affa6cd60a97a184a465a756c50b" | ||
} |
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
27313
463