Skip to content

Commit 8d1543c

Browse files
update to internal commit f78efe61
1 parent 16442b2 commit 8d1543c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
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+
DSErrorQuardrilateralInvalid = -50057,
618618
/** -60000~-69999: DCE error code. */
619619
DSErrorCameraModelNotExist = -60003,
620620
DSErrorCameraIDNotExist = -60006,
@@ -824,7 +824,7 @@ public enum ErrorCode : Int
824824
/** No content has been detected. */
825825
contentNotFound = -50056
826826
/*The quadrilateral is invalid. */
827-
quadrilateralInvalid = -50057
827+
quardrilateralInvalid = -50057
828828
/** -60000~-69999: DCE error code. */
829829
/** The camera module is not exist. */
830830
cameraModelNotExist = -60003

enums/core/error-code.md

Lines changed: 2 additions & 2 deletions
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+
DSErrorQuardrilateralInvalid = -50057,
647647
/*[Document Normalizer] No license found.*/
648648
DSErrorDDNLicenseNotFound = -50058,
649649
/** -60000~-69999: DCE error code. */
@@ -874,7 +874,7 @@ public enum ErrorCode : Int
874874
/** No content has been detected. */
875875
contentNotFound = -50056
876876
/*The quadrilateral is invalid. */
877-
quadrilateralInvalid = -50057
877+
quardrilateralInvalid = -50057
878878
/*[Document Normalizer] No license found.*/
879879
ddnLicenseNotFound = -50058
880880
/** -60000~-69999: DCE error code. */

0 commit comments

Comments
 (0)