Interface AttachedFileError.Builder

  • Method Details

    • errorCode

      AttachedFileError.Builder errorCode(String errorCode)

      Status code describing the failure.

      Parameters:
      errorCode - Status code describing the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      AttachedFileError.Builder errorMessage(String errorMessage)

      Why the attached file couldn't be retrieved.

      Parameters:
      errorMessage - Why the attached file couldn't be retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileId

      The unique identifier of the attached file resource.

      Parameters:
      fileId - The unique identifier of the attached file resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.