Base error class for all CS2 Inspect URL related errors

Hierarchy (view full)

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 undefined | string

  • Gets all alternative solutions from error context if available

    Returns undefined | string[]

  • Gets troubleshooting steps from error context if available

    Returns undefined | string[]