Enum tagua_parser::rules::expressions::primaries::IntrinsicError [] [src]

pub enum IntrinsicError {
    ReservedExitCode,
    OutOfRangeExitCode,
    ListIsEmpty,
}

Intrinsic errors.

Variants

The exit code is reserved (only 255 is reserved to PHP).

The exit code is out of range if greater than 255.

The list constructor must contain at least one item.