Enum tagua_parser::rules::expressions::primaries::IntrinsicError
[−]
[src]
pub enum IntrinsicError {
ReservedExitCode,
OutOfRangeExitCode,
ListIsEmpty,
}Intrinsic errors.
Variants
ReservedExitCodeThe exit code is reserved (only 255 is reserved to PHP).
OutOfRangeExitCodeThe exit code is out of range if greater than 255.
ListIsEmptyThe list constructor must contain at least one item.