ErrorMsg
[Source]
Constructors
create
[Source]
new val create()
: ErrorMsg val^
Returns
Public Functions
empty_source
[Source]
fun tag empty_source()
: String val
Returns
literal_unexpected
[Source]
fun tag literal_unexpected()
: String val
Returns
literal_failed
[Source]
fun tag literal_failed()
: String val
Returns
condition_failed
[Source]
fun tag condition_failed()
: String val
Returns
conjunction_failed
[Source]
fun tag conjunction_failed()
: String val
Returns
disjunction_empty
[Source]
fun tag disjunction_empty()
: String val
Returns
disjunction_failed
[Source]
fun tag disjunction_failed()
: String val
Returns
disjunction_none
[Source]
fun tag disjunction_none()
: String val
Returns
single_failed
[Source]
fun tag single_failed()
: String val
Returns
star_too_long
[Source]
fun tag star_too_long()
: String val
Returns
star_too_short
[Source]
fun tag star_too_short()
: String val
Returns
rule_expected
[Source]
fun tag rule_expected(
name: String val,
loc: String val)
: String val
Parameters
Returns
rule_empty
[Source]
fun tag rule_empty(
name: String val)
: String val
Parameters
Returns
internal_error
[Source]
fun tag internal_error()
: String val
Returns
eq
[Source]
fun box eq(
that: ErrorMsg val)
: Bool val
Parameters
Returns
ne
[Source]
fun box ne(
that: ErrorMsg val)
: Bool val
Parameters
Returns