AWSUICKeyChainStoreErrorCode
Objective-C
NS_ENUM(NSInteger, AWSUICKeyChainStoreErrorCode) {
AWSUICKeyChainStoreErrorInvalidArguments = 1,
}
Swift
enum AWSUICKeyChainStoreErrorCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreErrorInvalidArguments = 1
Swift
case invalidArguments = 1