Interface AnnotationError.Builder

  • Method Details

    • profileId

      AnnotationError.Builder profileId(String profileId)

      The Profile ID for the failed annotation.

      Parameters:
      profileId - The Profile ID for the failed annotation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statisticId

      AnnotationError.Builder statisticId(String statisticId)

      The Statistic ID for the failed annotation.

      Parameters:
      statisticId - The Statistic ID for the failed annotation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReason

      AnnotationError.Builder failureReason(String failureReason)

      The reason why the annotation failed.

      Parameters:
      failureReason - The reason why the annotation failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.