Interface JobError.Builder

    • Method Detail

      • code

        JobError.Builder code​(String code)

        The job error code.

        Parameters:
        code - The job error code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobErrorCode, JobErrorCode
      • message

        JobError.Builder message​(String message)

        Specific information about the error. For example, which service quota was exceeded or which resource was not found.

        Parameters:
        message - Specific information about the error. For example, which service quota was exceeded or which resource was not found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.