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

    Class CS2InspectError

    Base error class for all CS2 Inspect URL related errors

    Hierarchy (View Summary)

    Index
    code: ErrorCode
    context?: Record<string, any>
    • 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