Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.19 KB

braintreeerror.md

File metadata and controls

64 lines (35 loc) · 1.19 KB

@bigcommerce/checkout-sdkBraintreeError

Interface: BraintreeError

Hierarchy

  • Error

    BraintreeError

Index

Properties

Properties

Error

Error: ErrorConstructor


code

code: string


message

message: string

Overrides AmazonPayWidgetError.message


name

name: string

Inherited from AmazonPayWidgetError.name


Optional stack

stack? : undefined | string

Inherited from AmazonPayWidgetError.stack

Overrides AmazonPayWidgetError.stack


type

type: "CUSTOMER" | "MERCHANT" | "NETWORK" | "INTERNAL" | "UNKNOWN"