**I tried the following input that didn't result in an explanation** I expected this input to work: ```code NSError 640: Error Domain=NSCocoaErrorDomain Code=640 "The file couldn’t be saved because there isn’t enough space." ``` **Are you aware of what the output error description should be?** The file couldn’t be saved because there isn’t enough space. **List of errors** Can be found here: https://github.com/apple/swift-corelibs-foundation/blob/main/Sources/Foundation/NSError.swift#L632 Only need descriptions
I tried the following input that didn't result in an explanation
I expected this input to work:
Are you aware of what the output error description should be?
The file couldn’t be saved because there isn’t enough space.
List of errors
Can be found here: https://github.com/apple/swift-corelibs-foundation/blob/main/Sources/Foundation/NSError.swift#L632
Only need descriptions