Uses of Class
com.authlete.common.api.AuthleteApiBasicImpl.ClientErrorHandling
-
Packages that use AuthleteApiBasicImpl.ClientErrorHandling Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
). -
-
Uses of AuthleteApiBasicImpl.ClientErrorHandling in com.authlete.common.api
Methods in com.authlete.common.api that return AuthleteApiBasicImpl.ClientErrorHandling Modifier and Type Method Description static AuthleteApiBasicImpl.ClientErrorHandling
AuthleteApiBasicImpl.ClientErrorHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthleteApiBasicImpl.ClientErrorHandling[]
AuthleteApiBasicImpl.ClientErrorHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.authlete.common.api with parameters of type AuthleteApiBasicImpl.ClientErrorHandling Modifier and Type Method Description protected <TResponse>
TResponseAuthleteApiBasicImpl. callApiWith4xxHandling(AuthleteApiBasicImpl.HttpMethod method, String auth, String path, Map<String,Object[]> queryParams, Object requestBody, Class<TResponse> responseClass, Options options, AuthleteApiBasicImpl.NotFoundHandling notFoundHandling, AuthleteApiBasicImpl.ClientErrorHandling clientErrorHandling)
Call an API with centralized context handling and specified 4xx handling strategies.
-