OutputStreamFormatterError
public enum OutputStreamFormatterError : Error
Allowable Errors returned from OutputStreamFormatter
.bytes(from:)
methods.
-
There was a failure attempting to encode the
Writer.LogEntry
to theencoding
.Declaration
Swift
case encodingFailure(String)