зеркало из https://github.com/microsoft/kiota.git
- fixes error message in defensive programing
This commit is contained in:
Родитель
7fcd361955
Коммит
6cdb3653ce
|
@ -174,7 +174,7 @@ class RequestInformation(Generic[QueryParams]):
|
|||
values (Union[T, List[T]]): _description_
|
||||
"""
|
||||
if not request_adapter:
|
||||
raise Exception("HttpCore cannot be null")
|
||||
raise Exception("RequestAdapter cannot be null")
|
||||
if not content_type:
|
||||
raise Exception("Content Type cannot be null")
|
||||
if not values:
|
||||
|
|
Загрузка…
Ссылка в новой задаче