RFSMatchFacesErrorCode
Objective-C
enum RFSMatchFacesErrorCode : NSInteger {}
Swift
typealias MatchFacesError.Code._ErrorType = MatchFacesError
Error codes for the RFSMatchFacesResponse errors.
-
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorImageEmptySwift
case imageEmpty = 0 -
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorFaceNotDetectedSwift
case faceNotDetected = 1 -
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorLandmarksNotDetectedSwift
case landmarksNotDetected = 2 -
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorFaceAlignerFailedSwift
case faceAlignerFailed = 3 -
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorDescriptorExtractorErrorSwift
case descriptorExtractorError = 4 -
Undocumented
Declaration
Objective-C
RFSMatchFacesErrorImagesCountLimitExceededSwift
case imagesCountLimitExceeded = 5 -
MatchFaces API call failed due to networking error or backend internal error.
Declaration
Objective-C
RFSMatchFacesErrorAPICallFailedSwift
case apiCallFailed = 6 -
MatchFaces service received the attempt but it failed to pass validation.
Declaration
Objective-C
RFSMatchFacesErrorProcessingFailedSwift
case processingFailed = 7 -
There is no valid license on the service.
Declaration
Objective-C
RFSMatchFacesErrorNoLicenseSwift
case noLicense = 8