Searched refs:PublisherError (Results 1 - 8 of 8) sorted by relevance

/pkg/src/modules/client/
H A Dapi_errors.py1801 class PublisherError(ApiException): class in inherits:ApiException
1816 class BadPublisherMetaRoot(PublisherError):
1826 class BadPublisherAlias(PublisherError):
1834 class BadPublisherPrefix(PublisherError):
1842 class ReservedPublisherPrefix(PublisherError):
1852 class BadRepositoryAttributeValue(PublisherError):
1862 class BadRepositoryCollectionType(PublisherError):
1867 PublisherError.__init__(self, *args, **kwargs)
1874 class BadRepositoryURI(PublisherError):
1881 class BadRepositoryURIPriority(PublisherError)
[all...]
H A Dhistory.py90 apx.PublisherError: RESULT_FAILED_BAD_REQUEST,
H A Dclient_api.py1850 api_errors.PublisherError,
2504 except api_errors.PublisherError as e:
3036 except api_errors.PublisherError as __e:
H A Dpublisher.py185 raise api_errors.PublisherError("Both 'proxies' and "
/pkg/src/modules/
H A Dp5i.py140 except (api_errors.PublisherError, TypeError, ValueError) as e:
H A Dp5s.py155 except (api_errors.PublisherError, TypeError, ValueError) as e:
/pkg/src/tests/api/
H A Dt_publisher.py160 except api_errors.PublisherError:
/pkg/src/
H A Dclient.py3618 except api_errors.PublisherError as e:
5663 except api_errors.PublisherError as __e:

Completed in 71 milliseconds