ProtocolError

Swift
public struct ProtocolError: Error, CustomStringConvertible

Thrown on detecting an error communicating with the Sass embedded compiler: for example a badly formed or out-of-sequence message.

The payload is text describing the nature of the problem. There is probably nothing that a user can do about this.


Topics

var description: String

Text explaining the protocol error.

Declaration
Swift
public let description: String