Exceptions¶
- exception semanticscholar.SemanticScholarException.BadQueryParametersException(*args: object)¶
Invalid query params or unsupported fields.
- exception semanticscholar.SemanticScholarException.GatewayTimeoutException(*args: object)¶
HTTP Status Code 504.
- exception semanticscholar.SemanticScholarException.InternalServerErrorException(*args: object)¶
HTTP Status Code 500.
- exception semanticscholar.SemanticScholarException.NoMorePagesException(*args: object)¶
No more pages to fetch.
- exception semanticscholar.SemanticScholarException.ObjectNotFoundException(*args: object)¶
Paper or Author ID not found.
- exception semanticscholar.SemanticScholarException.SemanticScholarException(*args: object)¶
A base class for exceptions.
- exception semanticscholar.SemanticScholarException.ServerErrorException(*args: object)¶
A base class for HTTP Status Code 5xx errors.