Type Alias EvaluationErrorMeta

type EvaluationErrorMeta = {
    fatal?: boolean;
}
Index

Properties

Properties

fatal?: boolean

defines whether an error is recoverable or not