@bigcommerce/checkout-sdk › StandardError
This error type should not be constructed directly. It is a base class for all custom errors thrown in this library.
-
↳ StandardError
+ new StandardError(message?
: undefined | string): StandardError
Parameters:
Name | Type |
---|---|
message? |
undefined | string |
Returns: StandardError
• message: string
Implementation of CustomError.message
Inherited from AmazonPayWidgetError.message
• name: string
Implementation of CustomError.name
Overrides AmazonPayWidgetError.name
• stack? : undefined | string
Implementation of CustomError.stack
Inherited from AmazonPayWidgetError.stack
Overrides AmazonPayWidgetError.stack
• type: string
Implementation of CustomError.type
▪ Error: ErrorConstructor