searchDocumentsearchRetrieve method
Implementation
Future<void> searchDocumentsearchRetrieve() async {
final response = await searchDocumentsearchRetrieveWithHttpInfo();
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}