Skip to content

Commit 31425a2

Browse files
update to internal commit 00830846
1 parent 3d3dbf9 commit 31425a2

File tree

1 file changed

+16
-29
lines changed

1 file changed

+16
-29
lines changed

programming/javascript/api-reference/core/enum-error-code.md

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -131,24 +131,22 @@ enum EnumErrorCode {
131131
EC_SECTION_LEVEL_RESULT_IRREPLACEABLE = -10072,
132132
/** Incorrect axis definition. */
133133
EC_AXIS_DEFINITION_INCORRECT = -10073,
134-
/**The result is not replaceable due to type mismatch*/
134+
/** The result is not replaceable due to type mismatch*/
135135
EC_RESULT_TYPE_MISMATCH_IRREPLACEABLE = -10074,
136-
/**Failed to load the PDF library.*/
136+
/** Failed to load the PDF library.*/
137137
EC_PDF_LIBRARY_LOAD_FAILED = -10075,
138-
/**The license is initialized successfully but detected invalid content in your key.*/
138+
/** The license is initialized successfully but detected invalid content in your key.*/
139139
EC_LICENSE_WARNING = -10076,
140-
/**One or more unsupported JSON keys were encountered and ignored from the template.*/
140+
/** One or more unsupported JSON keys were encountered and ignored from the template.*/
141141
EC_UNSUPPORTED_JSON_KEY_WARNING = -10077,
142-
/**Model file is not found*/
142+
/** Model file is not found*/
143143
EC_MODEL_FILE_NOT_FOUND = -10078,
144-
/**[PDF] No license found.*/
144+
/** [PDF] No license found.*/
145145
EC_PDF_LICENSE_NOT_FOUND = -10079,
146-
/**The rectangle is invalid.*/
146+
/** The rectangle is invalid.*/
147147
EC_RECT_INVALID = -10080,
148-
/*The template version is incompatible. Please use a compatible template.*/
149-
EC_TEMPLATE_VERSION_INCOMPATIBLE = -10081
150-
151-
// DLS license error codes range from -20000 to -29999
148+
/** The template version is incompatible. Please use a compatible template.*/
149+
EC_TEMPLATE_VERSION_INCOMPATIBLE = -10081,
152150
/** Indicates no license is available or the license is not set. */
153151
EC_NO_LICENSE = -20000,
154152
/** The provided Handshake Code is invalid or does not match expected format. */
@@ -171,12 +169,10 @@ enum EnumErrorCode {
171169
EC_FAILED_TO_REACH_DLS = -20200,
172170
/** Online license validation failed due to network issues. Using cached license information for validation.*/
173171
EC_LICENSE_CACHE_USED = -20012,
174-
/*License authentication failed: quota exceeded.*/
172+
/** License authentication failed: quota exceeded.*/
175173
EC_LICENSE_AUTH_QUOTA_EXCEEDED = -20013,
176-
/**License restriction: the number of results has exceeded the allowed limit.*/
174+
/** License restriction: the number of results has exceeded the allowed limit.*/
177175
EC_LICENSE_RESULTS_LIMIT_EXCEEDED = -20014,
178-
179-
// DBR error codes range from -30000 to -39999
180176
/** The specified barcode format is invalid or unsupported. */
181177
EC_BARCODE_FORMAT_INVALID = -30009,
182178
/** The license for decoding QR Codes is invalid or not present. */
@@ -213,29 +209,20 @@ enum EnumErrorCode {
213209
EC_PHARMACODE_LICENSE_INVALID = -30062,
214210
/** [Barcode Reader] No license found.*/
215211
EC_BARCODE_READER_LICENSE_NOT_FOUND = -30063,
216-
217-
// DLR error codes range from -40000 to -49999
218212
/** Indicates that the required character model file was not found, possibly due to incorrect paths or missing files. */
219213
EC_CHARACTER_MODEL_FILE_NOT_FOUND = -40100,
220-
/**There is a conflict in the layout of TextLineGroup. */
214+
/** There is a conflict in the layout of TextLineGroup. */
221215
EC_TEXT_LINE_GROUP_LAYOUT_CONFLICT = -40101,
222-
/**There is a conflict in the regex of TextLineGroup. */
216+
/** There is a conflict in the regex of TextLineGroup. */
223217
EC_TEXT_LINE_GROUP_REGEX_CONFLICT = -40102,
224-
/**[Label Recognizer] No license found.*/
218+
/** [Label Recognizer] No license found.*/
225219
EC_LABEL_RECOGNIZER_LICENSE_NOT_FOUND = -40103,
226-
227-
// DDN error codes range from -50000 to -59999
228220
/** The specified quadrilateral is invalid, potentially due to incorrect points or an unprocessable shape. */
229221
EC_QUADRILATERAL_INVALID = -50057,
230-
/**[Document Normalizer] No license found.*/
222+
/** [Document Normalizer] No license found.*/
231223
EC_DOCUMENT_NORMALIZER_LICENSE_NOT_FOUND = -50058,
232-
233-
// Panorama error codes range from -70000 to -79999
234224
/** The license for generating or processing panoramas is invalid or missing. */
235225
EC_PANORAMA_LICENSE_INVALID = -70060,
236-
// Reserved error codes range from -80000 to -89999
237-
238-
// DCP error codes range from -90000 to -99999
239226
/** The specified resource path does not exist, indicating a missing directory or incorrect path specification. */
240227
EC_RESOURCE_PATH_NOT_EXIST = -90001,
241228
/** Failed to load the specified resource, which might be due to missing files, access rights, or other issues preventing loading. */
@@ -258,7 +245,7 @@ enum EnumErrorCode {
258245
EC_VIN_LICENSE_INVALID = -90010,
259246
/** The license required for parsing customized code types is invalid or not present. */
260247
EC_CUSTOMIZED_CODE_TYPE_LICENSE_INVALID = -90011,
261-
/**[Code Parser] No license found.*/
248+
/** [Code Parser] No license found.*/
262249
EC_CODE_PARSER_LICENSE_NOT_FOUND = -90012
263250
}
264251
```

0 commit comments

Comments
 (0)