@cumulus/errors
Advanced tools
Comparing version 10.0.0-beta.0 to 10.0.0
@@ -235,2 +235,9 @@ /** | ||
}; | ||
export declare const MissingRequiredArgument: { | ||
new (message: string): { | ||
name: string; | ||
message: string; | ||
stack?: string | undefined; | ||
}; | ||
}; | ||
export declare const MissingRequiredEnvVar: { | ||
@@ -237,0 +244,0 @@ new (message: string): { |
"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.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.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; | ||
/** | ||
@@ -101,2 +101,3 @@ * Creates a new error type with the given name and parent class. Sets up | ||
exports.MismatchPdrCollection = (0, exports.createErrorType)('MismatchPdrCollection'); | ||
exports.MissingRequiredArgument = (0, exports.createErrorType)('MissingRequiredArgument'); | ||
exports.MissingRequiredEnvVar = (0, exports.createErrorType)('MissingRequiredEnvVar'); | ||
@@ -103,0 +104,0 @@ exports.PDRParsingError = (0, exports.createErrorType)('PDRParsingError'); |
{ | ||
"name": "@cumulus/errors", | ||
"version": "10.0.0-beta.0", | ||
"version": "10.0.0", | ||
"description": "Provides error classes for Cumulus", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"license": "Apache-2.0", | ||
"gitHead": "bc283986be627ba06a4084cabd4e01d1540d14c7" | ||
"gitHead": "7c6d2d1cd79b57d6943bbc3d898d0cf975b543b1" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
26971
455
0