MCPcopy Create free account
hub / github.com/apache/fluss / code

Method code

fluss-rpc/src/main/java/org/apache/fluss/rpc/protocol/Errors.java:300–302  ·  view source on GitHub ↗

The error code for the exception.

()

Source from the content-addressed store, hash-verified

298
299 /** The error code for the exception. */
300 public int code() {
301 return this.code;
302 }
303
304 /** Throw the exception corresponding to this error if there is one. */
305 public void maybeThrow() {

Calls

no outgoing calls