Gets the code for this error used on the wire.
()
| 386 | * Gets the code for this error used on the wire. |
| 387 | */ |
| 388 | public long code() { |
| 389 | return code; |
| 390 | } |
| 391 | |
| 392 | /** |
| 393 | * Gets the {@link Status} associated with this HTTP/2 code. |
no outgoing calls