Class Arc82QueryError

Error class for ARC-82 blockchain query errors. Thrown when blockchain queries fail during ARC-82 operations.

Hierarchy

  • Error
    • Arc82QueryError

Constructors

Properties

Constructors

  • Creates a new Arc82QueryError.

    Parameters

    • message: string

      The error message

    • Optional queryType: string

      The type of query that failed (optional)

    • Optional id: number

      The ID that was being queried (optional)

    Returns Arc82QueryError

Properties

id?: number

The ID that was being queried (optional)

queryType?: string

The type of query that failed (optional)