Skip to content

Absence of error type: #NULL #138

@aninde

Description

@aninde

Description

Based on the requirements we should support error type #Null.

Steps to reproduce

src/Cell.ts

/**
 * Possible errors returned by our interpreter.
 */
export enum ErrorType {
  /** Division by zero. */
  DIV_BY_ZERO = 'DIV_BY_ZERO',
  /** Unknown function name. */
  NAME = 'NAME',
  VALUE = 'VALUE',
  NUM = 'NUM',
  NA = 'NA',
  /** Cyclic dependency. */
  CYCLE = 'CYCLE',
  /* Wrong address reference. */
  REF = 'REF',
}

Screenshot 2020-01-30 at 15 34 57

Links

https://www.oasis-open.org/committees/download.php/16826/openformula-spec-20060221.html#Error

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureSomething we can add later on without introducing a breaking changeODFF ConformanceODDF 1.3 Evaluator requirementODFF MGEODDF 1.3 Medium Group Evaluator requirementVerifiedVerified by Handsoncode

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions