Class ComponentError

  • All Implemented Interfaces:

    
    public final class ComponentError
    
                        

    Data about an error that happened inside a component.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentError(CheckoutException exception)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getErrorMessage()
      final CheckoutException getException() Can be used to try to identify the root cause of the issue.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComponentError

        ComponentError(CheckoutException exception)
    • Method Detail

      • getException

         final CheckoutException getException()

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

        Returns:

        The exception that happened.