Uses of Class
io.gs2.core.model.RequestError
Packages that use RequestError
-
Uses of RequestError in io.gs2.core.exception
Methods in io.gs2.core.exception that return types with arguments of type RequestErrorConstructor parameters in io.gs2.core.exception with type arguments of type RequestErrorModifierConstructorDescriptionBadGatewayException(List<RequestError> errors) BadRequestException(List<RequestError> errors) ConflictException(List<RequestError> errors) Gs2Exception(List<RequestError> errors) InternalServerErrorException(List<RequestError> errors) NotFoundException(List<RequestError> errors) QuotaLimitExceededException(List<RequestError> errors) RequestTimeoutException(List<RequestError> errors) ServiceUnavailableException(List<RequestError> errors) SessionNotOpenException(List<RequestError> errors) TimeoutException(List<RequestError> errors) UnauthorizedException(List<RequestError> errors) UnknownException(List<RequestError> errors)