Skip to content

Parser_PatternError

kareman edited this page Aug 13, 2020 · 3 revisions

Parser.PatternError

Indicates a problem with a malformed pattern.

public enum PatternError

Inheritance

CustomStringConvertible, Error

Enumeration Cases

message

The error message from the parser.

case message(: String)

Properties

description

var description: String
Clone this wiki locally