Variable ResultTypeConst

ResultType: {
    Err: symbol;
    Ok: symbol;
} = ...

Enum-like object to represent the type of a Result (Ok or Err).