
The exception raised on attempting to generate passphrases without a passphrase catalog has been revised from a PassphraseSchemaNotFoundException to a PassphraseCatalogNotFoundException Change-Id: Ifbb2903638ffffe5008db52adb6f874bcfa25a99
91 lines
2.2 KiB
ReStructuredText
91 lines
2.2 KiB
ReStructuredText
..
|
|
Copyright 2018 AT&T Intellectual Property.
|
|
All Rights Reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
not use this file except in compliance with the License. You may obtain
|
|
a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
License for the specific language governing permissions and limitations
|
|
under the License.
|
|
|
|
Pegleg Exceptions
|
|
==================
|
|
|
|
Base Exceptions
|
|
---------------
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.PeglegBaseException
|
|
:members:
|
|
:undoc-members:
|
|
|
|
Git Exceptions
|
|
--------------
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitConfigException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitAuthException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitProxyException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitSSHException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GitInvalidRepoException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
Authentication Exceptions
|
|
-------------------------
|
|
|
|
.. autoexception:: pegleg.engine.util.shipyard_helper.AuthValuesError
|
|
:members:
|
|
:undoc-members:
|
|
|
|
PKI Exceptions
|
|
--------------
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.IncompletePKIPairError
|
|
|
|
Genesis Bundle Exceptions
|
|
-------------------------
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GenesisBundleEncryptionException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.GenesisBundleGenerateException
|
|
:members:
|
|
:show-inheritance:
|
|
|
|
Passphrase Exceptions
|
|
---------------------
|
|
|
|
.. autoexception:: pegleg.engine.exceptions.PassphraseCatalogNotFoundException
|
|
:members:
|
|
:show-inheritance:
|
|
:undoc-members:
|