Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ErrorCategory

Error category.

author

Jeongho Nam - https://github.com/samchon

Hierarchy

  • ErrorCategory

Index

Constructors

constructor

Methods

default_error_condition

equivalent

  • equivalent(val_code: number, cond: ErrorCondition): boolean
  • equivalent(code: ErrorCode, val_cond: number): boolean

Abstract message

  • message(val: number): string
  • Get error message.

    Parameters

    • val: number

      Identifier of an error condition.

    Returns string

    The error message.

Abstract name

  • name(): string

Generated using TypeDoc