Interface PackageVersionError.Builder

  • Method Details

    • errorCode

      PackageVersionError.Builder errorCode(String errorCode)

      The error code associated with the error. Valid error codes are:

      • ALREADY_EXISTS

      • MISMATCHED_REVISION

      • MISMATCHED_STATUS

      • NOT_ALLOWED

      • NOT_FOUND

      • SKIPPED

      Parameters:
      errorCode - The error code associated with the error. Valid error codes are:

      • ALREADY_EXISTS

      • MISMATCHED_REVISION

      • MISMATCHED_STATUS

      • NOT_ALLOWED

      • NOT_FOUND

      • SKIPPED

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      The error code associated with the error. Valid error codes are:

      • ALREADY_EXISTS

      • MISMATCHED_REVISION

      • MISMATCHED_STATUS

      • NOT_ALLOWED

      • NOT_FOUND

      • SKIPPED

      Parameters:
      errorCode - The error code associated with the error. Valid error codes are:

      • ALREADY_EXISTS

      • MISMATCHED_REVISION

      • MISMATCHED_STATUS

      • NOT_ALLOWED

      • NOT_FOUND

      • SKIPPED

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorMessage

      PackageVersionError.Builder errorMessage(String errorMessage)

      The error message associated with the error.

      Parameters:
      errorMessage - The error message associated with the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.