SMIErrorCodes
Objective-C
enum SMIErrorCodes : NSInteger {}
Swift
enum ErrorCodes : Int, @unchecked Sendable
List of error codes.
-
Error code when the error is unknown.
Declaration
Objective-C
SMIErrorCodesUnknown
Swift
case unknown = 0
-
Error code when the error is caused by a REST failure.
Declaration
Objective-C
SMIErrorCodesNetworkRESTFailure = 1000
Swift
case networkRESTFailure = 1000
-
Error code when the user verification delegate has not been set using the
SMICoreClient.userVerificationDelegate
property.Declaration
Objective-C
SMIErrorCodesUserVerificationNoDelegate = 2000
Swift
case userVerificationNoDelegate = 2000
-
Error used if a secure form submission fails.
Declaration
Objective-C
SMIErrorCodesSecureFormSubmission = 3000
Swift
case secureFormSubmission = 3000