redsys-easy.parseerror.md

November 19, 2025 ยท View on GitHub

Home > redsys-easy > ParseError

ParseError class

Response cannot be parsed

Signature:

export declare class ParseError extends RedsysError 

Extends: RedsysError

Constructors

Constructor

Modifiers

Description

(constructor)(message, value, location)

Constructs a new instance of the ParseError class

Properties

Property

Modifiers

Type

Description

description

string | undefined

location

unknown

value

unknown

Contents

  1. 1ParseError class
  2. 2Constructors
  3. 3Properties