Class ComponentError
-
- All Implemented Interfaces:
public final class ComponentErrorData about an error that happened inside a component.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringerrorMessageprivate final CheckoutExceptionexception
-
Constructor Summary
Constructors Constructor Description ComponentError(CheckoutException exception)
-
Method Summary
Modifier and Type Method Description final StringgetErrorMessage()final CheckoutExceptiongetException()Can be used to try to identify the root cause of the issue. -
-
Method Detail
-
getErrorMessage
final String getErrorMessage()
-
getException
final CheckoutException getException()
Can be used to try to identify the root cause of the issue.
- Returns:
The exception that happened.
-
-
-
-