Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 1.07 KB

StandardError.md

File metadata and controls

73 lines (39 loc) · 1.07 KB

@bigcommerce/checkout-sdk / StandardError

Class: StandardError

This error type should not be constructed directly. It is a base class for all custom errors thrown in this library.

Hierarchy

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new StandardError(message?)

Parameters

Name Type
message? string

Overrides

Error.constructor

Properties

name

name: string

Implementation of

CustomError.name

Overrides

Error.name


type

type: string

Implementation of

CustomError.type