Class Service.ErrorResponse

Enclosing interface:
Service

public static class Service.ErrorResponse extends Service.Response
Response for any request that the server failed to successfully perform. It is used internally by the transport layers to format errors for transport over the wire. Thus, Service.apply(org.apache.calcite.avatica.remote.Service.CatalogsRequest) will never return an ErrorResponse.