Interface MigrationError.Builder

  • Method Details

    • code

      The error code identifying the type of failure.

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

      MigrationError.Builder message(String message)

      A human-readable description of the error.

      Parameters:
      message - A human-readable description of the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.