The underlying cause of an error. Note that the cause is not transmitted from server to client.
()
| 505 | * Note that the cause is not transmitted from server to client. |
| 506 | */ |
| 507 | @Nullable |
| 508 | public Throwable getCause() { |
| 509 | return cause; |
| 510 | } |
| 511 | |
| 512 | /** |
| 513 | * Is this status OK, i.e., not an error. |
no outgoing calls