Skip to content

Commit

Permalink
Merge pull request #64 from regulaforensics/SP-10935-lagacy_results_code
Browse files Browse the repository at this point in the history
[SP-10935] add legacy results code
  • Loading branch information
dangost authored Jul 28, 2023
2 parents 33f6b28 + f5ee7ab commit d6cd5cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,13 @@ components:
description: "The result code, see enum: https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/"
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 199
- 200
- 201
Expand Down Expand Up @@ -439,6 +446,13 @@ components:
- 252
x-enum-varnames:
- FACER_OK
- FR_IMAGE_EMPTY
- FR_FACE_NOT_DETECTED
- FR_LANDMARKS_NOT_DETECTED
- FR_FACE_ALIGHNER_FAILED
- FR_DESCRIPTOR_EXTRACTOR_ERROR
- FR_IMAGE_DECODE_ERROR
- FR_INTERNAL_ERROR
- FACER_CONFIG_ERROR
- FACER_NO_LICENSE
- FACER_IS_NOT_INITIALIZED
Expand Down

0 comments on commit d6cd5cc

Please sign in to comment.