Interface EvaluationFailedEventDetails.Builder

  • Method Details

    • error

      The error code of the failure.

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

      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.
    • location

      The location of the field in the state in which the evaluation error occurred.

      Parameters:
      location - The location of the field in the state in which the evaluation error occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The name of the state in which the evaluation error occurred.

      Parameters:
      state - The name of the state in which the evaluation error occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.