Discussions
error domain=skerrordomain code=0 "unknown_error"
Hello everyone. Testing on iOS Simulator I catch error
error domain=skerrordomain code=0 "unknown_error"
The full resopnse is:
Error Domain=SKErrorDomain Code=0 "UNKNOWN_ERROR" UserInfo={NSLocalizedDescription=UNKNOWN_ERROR, NSUnderlyingError=0x6000004e6ac0 {Error Domain=ASDErrorDomain Code=507 "Error decoding object" UserInfo={NSLocalizedDescription=Error decoding object, NSLocalizedFailureReason=Attempted to decode store response}}}
Why does it happens?
Posted by Rahul Nairn over 2 years ago
Error Domain=SKErrorDomain Code=0 "An unknown error occurred"
Hi. From time to time there is unknown error occurred. The problem on Xcode 12 and iOS 14.
The full error:
`Error Domain=SKErrorDomain Code=0 "An unknown error occurred" UserInfo={NSLocalizedDescription=An unknown error occurred, NSUnderlyingError=0x28228b870 {Error Domain=ASDErrorDomain Code=500 "Unhandled exception" UserInfo={NSUnderlyingError=0x282288660 {Error Domain=AMSErrorDomain Code=301 "Invalid Status Code" UserInfo={NSLocalizedDescription=Invalid Status Code, NSLocalizedFailureReason=The response has an invalid status code}}, NSLocalizedFailureReason=An unknown error occurred, NSLocalizedDescription=Unhandled exception}}}`
Posted by amarPark over 2 years ago