ComponentError

class ComponentError(val exception: CheckoutException)

Data about an error that happened inside a component.

Constructors

Link copied to clipboard
constructor(exception: CheckoutException)

Properties

Link copied to clipboard

This message is not intended for user feedback, but for development feedback on what happened.

Link copied to clipboard

Can be used to try to identify the root cause of the issue.