ottoman
Version:
Ottoman Couchbase ODM
73 lines • 11.7 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataverseNotFoundError = exports.DatasetNotFoundError = exports.JobQueueFullError = exports.CompilationFailureError = exports.IndexFailureError = exports.PlanningFailureError = exports.PathExistsError = exports.DeltaInvalidError = exports.NumberTooBigError = exports.DocumentNotJsonError = exports.ValueInvalidError = exports.ValueTooDeepError = exports.PathTooDeepError = exports.PathTooBigError = exports.PathInvalidError = exports.PathMismatchError = exports.PathNotFoundError = exports.MutationLostError = exports.DurableWriteReCommitInProgressError = exports.DurableWriteInProgressError = exports.DurabilityAmbiguousError = exports.DurabilityImpossibleError = exports.DurabilityLevelNotAvailableError = exports.ValueNotJsonError = exports.DocumentExistsError = exports.ValueTooLargeError = exports.DocumentLockedError = exports.DocumentUnretrievableError = exports.DocumentNotFoundError = exports.IndexExistsError = exports.IndexNotFoundError = exports.ScopeNotFoundError = exports.FeatureNotAvailableError = exports.UnambiguousTimeoutError = exports.AmbiguousTimeoutError = exports.UnsupportedOperationError = exports.DecodingFailureError = exports.EncodingFailureError = exports.CollectionNotFoundError = exports.BucketNotFoundError = exports.CasMismatchError = exports.ParsingFailureError = exports.TemporaryFailureError = exports.AuthenticationFailureError = exports.InternalServerFailureError = exports.ServiceNotAvailableError = exports.InvalidArgumentError = exports.RequestCanceledError = exports.TimeoutError = exports.CouchbaseError = void 0;
exports.AnalyticsErrorContext = exports.SearchErrorContext = exports.QueryErrorContext = exports.ViewErrorContext = exports.KeyValueErrorContext = exports.BucketNotFlushableError = exports.UserExistsError = exports.BucketExistsError = exports.GroupNotFoundError = exports.UserNotFoundError = exports.ScopeExistsError = exports.CollectionExistsError = exports.DesignDocumentNotFoundError = exports.ViewNotFoundError = exports.LinkNotFoundError = exports.DataverseExistsError = exports.DatasetExistsError = void 0;
var couchbase_1 = require("couchbase");
Object.defineProperty(exports, "CouchbaseError", { enumerable: true, get: function () { return couchbase_1.CouchbaseError; } });
Object.defineProperty(exports, "TimeoutError", { enumerable: true, get: function () { return couchbase_1.TimeoutError; } });
Object.defineProperty(exports, "RequestCanceledError", { enumerable: true, get: function () { return couchbase_1.RequestCanceledError; } });
Object.defineProperty(exports, "InvalidArgumentError", { enumerable: true, get: function () { return couchbase_1.InvalidArgumentError; } });
Object.defineProperty(exports, "ServiceNotAvailableError", { enumerable: true, get: function () { return couchbase_1.ServiceNotAvailableError; } });
Object.defineProperty(exports, "InternalServerFailureError", { enumerable: true, get: function () { return couchbase_1.InternalServerFailureError; } });
Object.defineProperty(exports, "AuthenticationFailureError", { enumerable: true, get: function () { return couchbase_1.AuthenticationFailureError; } });
Object.defineProperty(exports, "TemporaryFailureError", { enumerable: true, get: function () { return couchbase_1.TemporaryFailureError; } });
Object.defineProperty(exports, "ParsingFailureError", { enumerable: true, get: function () { return couchbase_1.ParsingFailureError; } });
Object.defineProperty(exports, "CasMismatchError", { enumerable: true, get: function () { return couchbase_1.CasMismatchError; } });
Object.defineProperty(exports, "BucketNotFoundError", { enumerable: true, get: function () { return couchbase_1.BucketNotFoundError; } });
Object.defineProperty(exports, "CollectionNotFoundError", { enumerable: true, get: function () { return couchbase_1.CollectionNotFoundError; } });
Object.defineProperty(exports, "EncodingFailureError", { enumerable: true, get: function () { return couchbase_1.EncodingFailureError; } });
Object.defineProperty(exports, "DecodingFailureError", { enumerable: true, get: function () { return couchbase_1.DecodingFailureError; } });
Object.defineProperty(exports, "UnsupportedOperationError", { enumerable: true, get: function () { return couchbase_1.UnsupportedOperationError; } });
Object.defineProperty(exports, "AmbiguousTimeoutError", { enumerable: true, get: function () { return couchbase_1.AmbiguousTimeoutError; } });
Object.defineProperty(exports, "UnambiguousTimeoutError", { enumerable: true, get: function () { return couchbase_1.UnambiguousTimeoutError; } });
Object.defineProperty(exports, "FeatureNotAvailableError", { enumerable: true, get: function () { return couchbase_1.FeatureNotAvailableError; } });
Object.defineProperty(exports, "ScopeNotFoundError", { enumerable: true, get: function () { return couchbase_1.ScopeNotFoundError; } });
Object.defineProperty(exports, "IndexNotFoundError", { enumerable: true, get: function () { return couchbase_1.IndexNotFoundError; } });
Object.defineProperty(exports, "IndexExistsError", { enumerable: true, get: function () { return couchbase_1.IndexExistsError; } });
Object.defineProperty(exports, "DocumentNotFoundError", { enumerable: true, get: function () { return couchbase_1.DocumentNotFoundError; } });
Object.defineProperty(exports, "DocumentUnretrievableError", { enumerable: true, get: function () { return couchbase_1.DocumentUnretrievableError; } });
Object.defineProperty(exports, "DocumentLockedError", { enumerable: true, get: function () { return couchbase_1.DocumentLockedError; } });
Object.defineProperty(exports, "ValueTooLargeError", { enumerable: true, get: function () { return couchbase_1.ValueTooLargeError; } });
Object.defineProperty(exports, "DocumentExistsError", { enumerable: true, get: function () { return couchbase_1.DocumentExistsError; } });
Object.defineProperty(exports, "ValueNotJsonError", { enumerable: true, get: function () { return couchbase_1.ValueNotJsonError; } });
Object.defineProperty(exports, "DurabilityLevelNotAvailableError", { enumerable: true, get: function () { return couchbase_1.DurabilityLevelNotAvailableError; } });
Object.defineProperty(exports, "DurabilityImpossibleError", { enumerable: true, get: function () { return couchbase_1.DurabilityImpossibleError; } });
Object.defineProperty(exports, "DurabilityAmbiguousError", { enumerable: true, get: function () { return couchbase_1.DurabilityAmbiguousError; } });
Object.defineProperty(exports, "DurableWriteInProgressError", { enumerable: true, get: function () { return couchbase_1.DurableWriteInProgressError; } });
Object.defineProperty(exports, "DurableWriteReCommitInProgressError", { enumerable: true, get: function () { return couchbase_1.DurableWriteReCommitInProgressError; } });
Object.defineProperty(exports, "MutationLostError", { enumerable: true, get: function () { return couchbase_1.MutationLostError; } });
Object.defineProperty(exports, "PathNotFoundError", { enumerable: true, get: function () { return couchbase_1.PathNotFoundError; } });
Object.defineProperty(exports, "PathMismatchError", { enumerable: true, get: function () { return couchbase_1.PathMismatchError; } });
Object.defineProperty(exports, "PathInvalidError", { enumerable: true, get: function () { return couchbase_1.PathInvalidError; } });
Object.defineProperty(exports, "PathTooBigError", { enumerable: true, get: function () { return couchbase_1.PathTooBigError; } });
Object.defineProperty(exports, "PathTooDeepError", { enumerable: true, get: function () { return couchbase_1.PathTooDeepError; } });
Object.defineProperty(exports, "ValueTooDeepError", { enumerable: true, get: function () { return couchbase_1.ValueTooDeepError; } });
Object.defineProperty(exports, "ValueInvalidError", { enumerable: true, get: function () { return couchbase_1.ValueInvalidError; } });
Object.defineProperty(exports, "DocumentNotJsonError", { enumerable: true, get: function () { return couchbase_1.DocumentNotJsonError; } });
Object.defineProperty(exports, "NumberTooBigError", { enumerable: true, get: function () { return couchbase_1.NumberTooBigError; } });
Object.defineProperty(exports, "DeltaInvalidError", { enumerable: true, get: function () { return couchbase_1.DeltaInvalidError; } });
Object.defineProperty(exports, "PathExistsError", { enumerable: true, get: function () { return couchbase_1.PathExistsError; } });
Object.defineProperty(exports, "PlanningFailureError", { enumerable: true, get: function () { return couchbase_1.PlanningFailureError; } });
Object.defineProperty(exports, "IndexFailureError", { enumerable: true, get: function () { return couchbase_1.IndexFailureError; } });
Object.defineProperty(exports, "CompilationFailureError", { enumerable: true, get: function () { return couchbase_1.CompilationFailureError; } });
Object.defineProperty(exports, "JobQueueFullError", { enumerable: true, get: function () { return couchbase_1.JobQueueFullError; } });
Object.defineProperty(exports, "DatasetNotFoundError", { enumerable: true, get: function () { return couchbase_1.DatasetNotFoundError; } });
Object.defineProperty(exports, "DataverseNotFoundError", { enumerable: true, get: function () { return couchbase_1.DataverseNotFoundError; } });
Object.defineProperty(exports, "DatasetExistsError", { enumerable: true, get: function () { return couchbase_1.DatasetExistsError; } });
Object.defineProperty(exports, "DataverseExistsError", { enumerable: true, get: function () { return couchbase_1.DataverseExistsError; } });
Object.defineProperty(exports, "LinkNotFoundError", { enumerable: true, get: function () { return couchbase_1.LinkNotFoundError; } });
Object.defineProperty(exports, "ViewNotFoundError", { enumerable: true, get: function () { return couchbase_1.ViewNotFoundError; } });
Object.defineProperty(exports, "DesignDocumentNotFoundError", { enumerable: true, get: function () { return couchbase_1.DesignDocumentNotFoundError; } });
Object.defineProperty(exports, "CollectionExistsError", { enumerable: true, get: function () { return couchbase_1.CollectionExistsError; } });
Object.defineProperty(exports, "ScopeExistsError", { enumerable: true, get: function () { return couchbase_1.ScopeExistsError; } });
Object.defineProperty(exports, "UserNotFoundError", { enumerable: true, get: function () { return couchbase_1.UserNotFoundError; } });
Object.defineProperty(exports, "GroupNotFoundError", { enumerable: true, get: function () { return couchbase_1.GroupNotFoundError; } });
Object.defineProperty(exports, "BucketExistsError", { enumerable: true, get: function () { return couchbase_1.BucketExistsError; } });
Object.defineProperty(exports, "UserExistsError", { enumerable: true, get: function () { return couchbase_1.UserExistsError; } });
Object.defineProperty(exports, "BucketNotFlushableError", { enumerable: true, get: function () { return couchbase_1.BucketNotFlushableError; } });
Object.defineProperty(exports, "KeyValueErrorContext", { enumerable: true, get: function () { return couchbase_1.KeyValueErrorContext; } });
Object.defineProperty(exports, "ViewErrorContext", { enumerable: true, get: function () { return couchbase_1.ViewErrorContext; } });
Object.defineProperty(exports, "QueryErrorContext", { enumerable: true, get: function () { return couchbase_1.QueryErrorContext; } });
Object.defineProperty(exports, "SearchErrorContext", { enumerable: true, get: function () { return couchbase_1.SearchErrorContext; } });
Object.defineProperty(exports, "AnalyticsErrorContext", { enumerable: true, get: function () { return couchbase_1.AnalyticsErrorContext; } });
//# sourceMappingURL=exceptions.js.map