ROOC
    Preparing search index...

    Class TransformError

    The TransformError is an error that occurs during the transformation process of a PreModel into a Model

    Index

    Constructors

    • Parameters

      • instance: _TransformErrorWrapper
      • Optionalsource: string

      Returns TransformError

    Properties

    instance: _TransformErrorWrapper
    source?: string

    Methods

    • Serialize the error as a json object

      Returns SerializedTransformError

    • Get the error message from the source code

      Parameters

      • source: string

      Returns string

    • Converts the error to a string, including the stack trace

      Returns string

    • Get the span of the original error, if available

      Returns any

    • Get the base error of the transform error

      Returns SerializedTransformError

    • Stringify the base error, this is the error without the stack trace

      Returns string

    • Get the error message

      Returns any

    • Returns InputSpan[]