pds.api_client.exceptions module

PDS Registry Search API

Registry API enabling advanced search on PDS data and metadata. The API provides end-points to search for bundles, collections and any PDS products with advanced search queries. It also enables to browse the archive hierarchically downward (e.g. collection/s products) or upward (e.g. bundles containing a product).

The version of the OpenAPI document: 1.3.0 Contact: pds-operator@jpl.nasa.gov Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

exception pds.api_client.exceptions.ApiAttributeError(msg, path_to_item=None)[source]

Bases: OpenApiException, AttributeError

exception pds.api_client.exceptions.ApiException(status=None, reason=None, http_resp=None)[source]

Bases: OpenApiException

exception pds.api_client.exceptions.ApiKeyError(msg, path_to_item=None)[source]

Bases: OpenApiException, KeyError

exception pds.api_client.exceptions.ApiTypeError(msg, path_to_item=None, valid_classes=None, key_type=None)[source]

Bases: OpenApiException, TypeError

exception pds.api_client.exceptions.ApiValueError(msg, path_to_item=None)[source]

Bases: OpenApiException, ValueError

exception pds.api_client.exceptions.BadRequestException(status=None, reason=None, http_resp=None)[source]

Bases: ApiException

exception pds.api_client.exceptions.ForbiddenException(status=None, reason=None, http_resp=None)[source]

Bases: ApiException

exception pds.api_client.exceptions.NotFoundException(status=None, reason=None, http_resp=None)[source]

Bases: ApiException

exception pds.api_client.exceptions.OpenApiException[source]

Bases: Exception

The base exception class for all OpenAPIExceptions

exception pds.api_client.exceptions.ServiceException(status=None, reason=None, http_resp=None)[source]

Bases: ApiException

exception pds.api_client.exceptions.UnauthorizedException(status=None, reason=None, http_resp=None)[source]

Bases: ApiException

pds.api_client.exceptions.render_path(path_to_item)[source]

Returns a string representation of a path