Interface MapRunFailedEventDetails.Builder

    • Method Detail

      • error

        MapRunFailedEventDetails.Builder error​(String error)

        The error code of the Map Run failure.

        Parameters:
        error - The error code of the Map Run failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cause

        MapRunFailedEventDetails.Builder cause​(String causeValue)

        A more detailed explanation of the cause of the failure.

        Parameters:
        causeValue - A more detailed explanation of the cause of the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.