Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Class ColibrioErrorAbstract

    Base type for all colibrio errors.

    Hierarchy (View Summary)

    Implements

    Constructors

    • Parameters

      • namespace: string
      • errorType: string
      • OptionalerrorMessage: string

      Returns ColibrioError

    Properties

    errorMessage: string
    errorType: string
    message: string
    name: string
    namespace: string
    stack?: string

    Methods

    • If the specified value is an instance of ColibrioError and its errorType is ColibrioErrorType.ABORTED

      Parameters

      • value: any

      Returns value is ColibrioError

    • If the specified value is an instance of ColibrioError.

      Parameters

      • value: any

      Returns value is ColibrioError