Instance Property
description
A textual representation of the error.
var description: String { get }
Discussion
In the case of a .previousError case, the result will be flattened to a single .previousError(error), instead of being nested n cases deep .previousError(.previousError(.previousError(error))).