Class Arc82ParseError

Error class for ARC-82 URI parsing errors. Thrown when a URI cannot be parsed according to the ARC-82 specification.

Hierarchy

  • Error
    • Arc82ParseError

Constructors

Properties

Constructors

  • Creates a new Arc82ParseError.

    Parameters

    • message: string

      The error message

    • Optional uri: string

      The URI that failed to parse (optional)

    Returns Arc82ParseError

Properties

uri?: string

The URI that failed to parse (optional)