CS2 Inspect Library - v4.0.0
    Preparing search index...

    Class CS2InspectError

    Base error class for all CS2 Inspect URL related errors

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    code: ErrorCode
    context?: Record<string, any>

    Methods

    • Returns a detailed error message including context

      Returns string

    • Gets the suggestion from error context if available

      Returns string | undefined

    • Gets all alternative solutions from error context if available

      Returns string[] | undefined

    • Gets troubleshooting steps from error context if available

      Returns string[] | undefined