Type Property
readableName
A readable name for the error’s Type. This is usually similar to the Type name of the error with spaces added. This will normally be printed proceeding the error’s reason.
static var readableName: String { get }
Discussion
Note
For example, an error named FooError will have the readableName "Foo Error".