Type Alias EvaluationErrorMeta

type EvaluationErrorMeta = {
    fatal?: boolean;
}
Index
fatal?: boolean

defines whether an error is recoverable or not