JLChen
2021-05-18 a869383e163a18cdedcf587383c1eca043129754
1
2
3
4
5
6
7
8
9
10
11
12
13
ÿþ/* SAMKeychainQuery */
"SAMKeychainErrorBadArguments" = "Some of the arguments were invalid";
"errSecUnimplemented" = "Function or operation not implemented";
"errSecParam" = "One or more parameters passed to a function were not valid";
"errSecAllocate" = "Failed to allocate memory";
"errSecNotAvailable" = "No keychain is available. You may need to restart your computer";
"errSecDuplicateItem" = "The specified item already exists in the keychain";
"errSecItemNotFound" = "The specified item could not be found in the keychain";
"errSecInteractionNotAllowed" = "User interaction is not allowed";
"errSecDecode" = "Unable to decode the provided data";
"errSecAuthFailed" = "The user name or passphrase you entered is not correct";
"errSecDefault" = "Refer to SecBase.h for description";