a particular StatusCode , with it's value , name and description

Hierarchy (view full)

Constructors

Accessors

  • get description(): string
  • return the long description of the status code

    Returns string

  • get hasOverflowBit(): boolean
  • returns true if the overflow bit is set

    Returns boolean

  • get hasSemanticChangedBit(): boolean
  • returns true if the semanticChange bit is set

    Returns boolean

  • get hasStructureChangedBit(): boolean
  • returns true if the structureChange bit is set

    Returns boolean

  • get name(): string
  • status code by name, (including extra bits in textual forms)

    Returns string

  • get value(): number
  • returns status code value in numerical form, including extra bits

    Returns number

Methods