@@ -7,7 +7,8 @@ import { MongoError } from '../error';
7
7
*/
8
8
export class MongoCryptError extends MongoError {
9
9
/**
10
- * Do not use this constructor. It is meant for internal use only.
10
+ * **Do not use this constructor!**
11
+ * Meant for internal use only.
11
12
*
12
13
* @remarks
13
14
* This class is only meant to be constructed within the driver. As such this constructor is
@@ -31,7 +32,8 @@ export class MongoCryptError extends MongoError {
31
32
*/
32
33
export class MongoCryptInvalidArgumentError extends MongoCryptError {
33
34
/**
34
- * Do not use this constructor. It is meant for internal use only.
35
+ * **Do not use this constructor!**
36
+ * Meant for internal use only.
35
37
*
36
38
* @remarks
37
39
* This class is only meant to be constructed within the driver. As such this constructor is
@@ -54,7 +56,8 @@ export class MongoCryptInvalidArgumentError extends MongoCryptError {
54
56
export class MongoCryptCreateDataKeyError extends MongoCryptError {
55
57
encryptedFields : Document ;
56
58
/**
57
- * Do not use this constructor. It is meant for internal use only.
59
+ * **Do not use this constructor!**
60
+ * Meant for internal use only.
58
61
*
59
62
* @remarks
60
63
* This class is only meant to be constructed within the driver. As such this constructor is
@@ -79,7 +82,8 @@ export class MongoCryptCreateDataKeyError extends MongoCryptError {
79
82
export class MongoCryptCreateEncryptedCollectionError extends MongoCryptError {
80
83
encryptedFields : Document ;
81
84
/**
82
- * Do not use this constructor. It is meant for internal use only.
85
+ * **Do not use this constructor!**
86
+ * Meant for internal use only.
83
87
*
84
88
* @remarks
85
89
* This class is only meant to be constructed within the driver. As such this constructor is
@@ -105,7 +109,8 @@ export class MongoCryptAzureKMSRequestError extends MongoCryptError {
105
109
/** The body of the http response that failed, if present. */
106
110
body ?: Document ;
107
111
/**
108
- * Do not use this constructor. It is meant for internal use only.
112
+ * **Do not use this constructor!**
113
+ * Meant for internal use only.
109
114
*
110
115
* @remarks
111
116
* This class is only meant to be constructed within the driver. As such this constructor is
0 commit comments