Skip to content

Commit 16442b2

Browse files
update to internal commit e7a49c69
1 parent ee3eef4 commit 16442b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

enums/core/error-code-v2.2.3000.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ typedef NS_ERROR_ENUM(DSErrorDomain, DSError) {
614614
/**No content has been detected. */
615615
DSErrorContentNotFound = -50056,
616616
/*The quadrilateral is invalid. */
617-
DSErrorquadrilateralInvalid = -50057,
617+
DSErrorQuadrilateralInvalid = -50057,
618618
/** -60000~-69999: DCE error code. */
619619
DSErrorCameraModelNotExist = -60003,
620620
DSErrorCameraIDNotExist = -60006,

enums/core/error-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ typedef NS_ERROR_ENUM(DSErrorDomain, DSError) {
643643
/**No content has been detected. */
644644
DSErrorContentNotFound = -50056,
645645
/*The quadrilateral is invalid. */
646-
DSErrorquadrilateralInvalid = -50057,
646+
DSErrorQuadrilateralInvalid = -50057,
647647
/*[Document Normalizer] No license found.*/
648648
DSErrorDDNLicenseNotFound = -50058,
649649
/** -60000~-69999: DCE error code. */

0 commit comments

Comments
 (0)