Package ubic.gemma.core.util
Interface GemmaRestApiClient.ErrorResponse
-
- All Superinterfaces:
GemmaRestApiClient.Response
- Enclosing interface:
- GemmaRestApiClient
public static interface GemmaRestApiClient.ErrorResponse extends GemmaRestApiClient.Response
For endpoints that may return an error.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GemmaRestApiClient.ErrorResponse.Error
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GemmaRestApiClient.ErrorResponse.Error
getError()
-
-
-
Method Detail
-
getError
GemmaRestApiClient.ErrorResponse.Error getError()
-
-