Skip to content

error message is not clear when page_size is illegal #1075

@liangliu

Description

@liangliu

Describe the bug
query like this:
res = requests.get(self.HOST + 'tables', params={'offset':0,'page_size':92233720368547758070000000})
response is:
{"message":"Query param 'page_size' is illegal:stol","code":36}

guess user cannot understand what is stol

Steps/Code to reproduce behavior
Expected behavior
Environment details
Screenshots
Additional context

Metadata

Metadata

Assignees

Labels

kind/bugIssues or changes related a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions