Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If topic deletion feature is disabled , DeleteTopicsRequest will return TOPIC_DELETION_DISABLED  error code. 


public class TopicDeletionDisabledException extends ApiException {
private static final long serialVersionUID = 1L;

public TopicDeletionDisabledException() {
}

public TopicDeletionDisabledException(String message) {
super(message);
}
}

Proposed Changes

The proposal is to

...