It seems this feature has been included:
0099-conditionclauses.md
Try this:
if let errorValue = error, errorValue.code == ErrorNotExist {
}
It seems this feature has been included:
0099-conditionclauses.md
Try this:
if let errorValue = error, errorValue.code == ErrorNotExist {
}