RFSMatchFacesErrorCode
Objective-C
enum RFSMatchFacesErrorCode : NSInteger {}
Swift
typealias MatchFacesError.Code._ErrorType = MatchFacesError
Error codes for the RFSMatchFacesResponse
errors.
-
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorImageEmpty
Swift
case imageEmpty = 0
-
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorFaceNotDetected
Swift
case faceNotDetected = 1
-
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorLandmarksNotDetected
Swift
case landmarksNotDetected = 2
-
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorFaceAlignerFailed
Swift
case faceAlignerFailed = 3
-
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorDescriptorExtractorError
Swift
case descriptorExtractorError = 4
-
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorImagesCountLimitExceeded
Swift
case imagesCountLimitExceeded = 5
-
MatchFaces API call failed due to networking error or backend internal error.
Declaration
Objective-C
RFSMatchFacesErrorAPICallFailed
Swift
case apiCallFailed = 6
-
MatchFaces service received the attempt but it failed to pass validation.
Declaration
Objective-C
RFSMatchFacesErrorProcessingFailed
Swift
case processingFailed = 7
-
There is no valid license on the service.
Declaration
Objective-C
RFSMatchFacesErrorNoLicense
Swift
case noLicense = 8