Interface QueryError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<QueryError.Builder,QueryError>, SdkBuilder<QueryError.Builder,QueryError>, SdkPojo
Enclosing class:
QueryError

public static interface QueryError.Builder extends SdkPojo, CopyableBuilder<QueryError.Builder,QueryError>
  • Method Details

    • errorCode

      QueryError.Builder errorCode(String errorCode)

      Specifies the error code that was raised.

      Parameters:
      errorCode - Specifies the error code that was raised.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      QueryError.Builder errorCode(QueryErrorCode errorCode)

      Specifies the error code that was raised.

      Parameters:
      errorCode - Specifies the error code that was raised.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      QueryError.Builder message(String message)

      A message that explains the ErrorCode.

      Parameters:
      message - A message that explains the ErrorCode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.