You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"Stream contains unexpected set of characters: \(bytes) (\(bytes.map{Character(UnicodeScalar($0))}); expected to have these characters: \(expected) (\(expected.map{Character(UnicodeScalar($0))})"
case.streamHasNoData:
return"Stream has no data"
case.streamEndedAtRootContext:
return"Stream ended at root context"
caselet.invalidStringData(data):
return"Unable to get UTF8 string from data: \(data)"