Uses of Class
com.bybit.api.client.exception.BybitApiError
-
Packages that use BybitApiError Package Description com.bybit.api.client.exception com.bybit.api.client.service -
-
Uses of BybitApiError in com.bybit.api.client.exception
Constructors in com.bybit.api.client.exception with parameters of type BybitApiError Constructor Description BybitApiException(BybitApiError error)Instantiates a new Bybit api exception. -
Uses of BybitApiError in com.bybit.api.client.service
Methods in com.bybit.api.client.service that return BybitApiError Modifier and Type Method Description static BybitApiErrorBybitApiServiceGenerator. getBybitApiError(retrofit2.Response<?> response)Extracts and converts the response error body into an object.
-