Class ApiEntity.Error<T>
java.lang.Object
io.camunda.zeebe.client.impl.http.ApiEntity.Error<T>
- All Implemented Interfaces:
ApiEntity<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.client.impl.http.ApiEntity
ApiEntity.Error<T>, ApiEntity.Response<T>, ApiEntity.Unknown<T> -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.client.impl.http.ApiEntity
isResponse, isUnknown
-
Method Details
-
response
-
problem
-
unknown
-
isProblem
public boolean isProblem()- Specified by:
isProblemin interfaceApiEntity<T>- Returns:
- true if there is a problem, false otherwise; always returns the opposite of
ApiEntity.isResponse()
-