@@ -8,11 +8,12 @@ import { MongoError } from '../error';
8
8
export class MongoCryptError extends MongoError {
9
9
/**
10
10
* **Do not use this constructor!**
11
+ *
11
12
* Meant for internal use only.
12
13
*
13
14
* @remarks
14
- * This class is only meant to be constructed within the driver. As such this constructor is
15
- * not subject to compatibility guarantees under semantic versioning and may change at any time.
15
+ * This class is only meant to be constructed within the driver. This constructor is
16
+ * not subject to semantic versioning compatiblity guarantees and may change at any time.
16
17
*
17
18
* @public
18
19
**/
@@ -33,11 +34,12 @@ export class MongoCryptError extends MongoError {
33
34
export class MongoCryptInvalidArgumentError extends MongoCryptError {
34
35
/**
35
36
* **Do not use this constructor!**
37
+ *
36
38
* Meant for internal use only.
37
39
*
38
40
* @remarks
39
- * This class is only meant to be constructed within the driver. As such this constructor is
40
- * not subject to compatibility guarantees under semantic versioning and may change at any time.
41
+ * This class is only meant to be constructed within the driver. This constructor is
42
+ * not subject to semantic versioning compatiblity guarantees and may change at any time.
41
43
*
42
44
* @public
43
45
**/
@@ -57,11 +59,12 @@ export class MongoCryptCreateDataKeyError extends MongoCryptError {
57
59
encryptedFields : Document ;
58
60
/**
59
61
* **Do not use this constructor!**
62
+ *
60
63
* Meant for internal use only.
61
64
*
62
65
* @remarks
63
- * This class is only meant to be constructed within the driver. As such this constructor is
64
- * not subject to compatibility guarantees under semantic versioning and may change at any time.
66
+ * This class is only meant to be constructed within the driver. This constructor is
67
+ * not subject to semantic versioning compatiblity guarantees and may change at any time.
65
68
*
66
69
* @public
67
70
**/
@@ -83,11 +86,12 @@ export class MongoCryptCreateEncryptedCollectionError extends MongoCryptError {
83
86
encryptedFields : Document ;
84
87
/**
85
88
* **Do not use this constructor!**
89
+ *
86
90
* Meant for internal use only.
87
91
*
88
92
* @remarks
89
- * This class is only meant to be constructed within the driver. As such this constructor is
90
- * not subject to compatibility guarantees under semantic versioning and may change at any time.
93
+ * This class is only meant to be constructed within the driver. This constructor is
94
+ * not subject to semantic versioning compatiblity guarantees and may change at any time.
91
95
*
92
96
* @public
93
97
**/
@@ -110,11 +114,12 @@ export class MongoCryptAzureKMSRequestError extends MongoCryptError {
110
114
body ?: Document ;
111
115
/**
112
116
* **Do not use this constructor!**
117
+ *
113
118
* Meant for internal use only.
114
119
*
115
120
* @remarks
116
- * This class is only meant to be constructed within the driver. As such this constructor is
117
- * not subject to compatibility guarantees under semantic versioning and may change at any time.
121
+ * This class is only meant to be constructed within the driver. This constructor is
122
+ * not subject to semantic versioning compatiblity guarantees and may change at any time.
118
123
*
119
124
* @public
120
125
**/
0 commit comments