Hierarchy

  • StiErrorStack

Index

Methods

Static getError

  • getError(key: string): string
  • Parameters

    • key: string

    Returns string

Static isFail

  • isFail(key: string): boolean
  • Parameters

    • key: string

    Returns boolean

Static setError

  • setError(key: string, error: string): void
  • Parameters

    • key: string
    • error: string

    Returns void

Static setOk

  • setOk(key: string): void
  • Parameters

    • key: string

    Returns void

Generated using TypeDoc