Uses of Class
com.networknt.http.client.monad.Status
-
Packages that use Status Package Description com.networknt.http.client.exception com.networknt.http.client.monad com.networknt.http.client.oauth -
-
Uses of Status in com.networknt.http.client.exception
Methods in com.networknt.http.client.exception that return Status Modifier and Type Method Description static StatusClientException. getStatus()Methods in com.networknt.http.client.exception with parameters of type Status Modifier and Type Method Description static voidClientException. setStatus(Status status)Constructors in com.networknt.http.client.exception with parameters of type Status Constructor Description ClientException(Status status) -
Uses of Status in com.networknt.http.client.monad
Methods in com.networknt.http.client.monad that return Status Modifier and Type Method Description StatusFailure. getError()StatusResult. getError()StatusSuccess. getError()Methods in com.networknt.http.client.monad with parameters of type Status Modifier and Type Method Description static <T> Result<T>Failure. of(Status error) -
Uses of Status in com.networknt.http.client.oauth
Subclasses of Status in com.networknt.http.client.oauth Modifier and Type Class Description classTokenResponseTokenResponse is extended from Status so that error response can be handled gracefully.
-