ART Framework API Docs
    Preparing search index...

    Class AdapterInstantiationError

    Error thrown when an adapter for a provider fails to instantiate.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    code: ErrorCode

    The specific error code from the ErrorCode enum.

    details: Record<string, any>

    A record of additional details about the error.

    originalError?: Error

    The original error that caused this error, if any.

    Methods

    • Returns a string representation of the error, including the original error if present.

      Returns string

      The string representation of the error.