redsys-easy.httperror.md

November 19, 2025 ยท View on GitHub

Home > redsys-easy > HTTPError

HTTPError class

HTTP Error

Signature:

export declare class HTTPError extends RedsysError 

Extends: RedsysError

Constructors

Constructor

Modifiers

Description

(constructor)({ message, code, response })

Constructs a new instance of the HTTPError class

Properties

Property

Modifiers

Type

Description

code

number | undefined

response

unknown

Contents

  1. 1HTTPError class
  2. 2Constructors
  3. 3Properties