You are here

namespace Drupal\apigee_edge\Exception in Apigee Edge 8

Classsort descending Location Description
ApigeeEdgeExceptionInterface src/Exception/ApigeeEdgeExceptionInterface.php Module specific base exception interface.
AuthenticationKeyException src/Exception/AuthenticationKeyException.php Defines an exception for authentication key problems.
AuthenticationKeyNotFoundException src/Exception/AuthenticationKeyNotFoundException.php Thrown when authentication key not found with the id.
AuthenticationKeyValueMalformedException src/Exception/AuthenticationKeyValueMalformedException.php Defines an exception for when a key value is malformed.
DeveloperDoesNotExistException src/Exception/DeveloperDoesNotExistException.php This exception is thrown when the developer for a user cannot be loaded.
DeveloperToUserConversationInvalidValueException src/Exception/DeveloperToUserConversationInvalidValueException.php Thrown when a developer attribute's value is not a valid user field value.
DeveloperToUserConversionAttributeDoesNotExistException src/Exception/DeveloperToUserConversionAttributeDoesNotExistException.php Thrown when source attribute does not exist in developer.
DeveloperToUserConversionException src/Exception/DeveloperToUserConversionException.php Base exception class for developer to user conversion errors.
DeveloperToUserConversionUserNameAlreadyTakenException src/Exception/DeveloperToUserConversionUserNameAlreadyTakenException.php Throw when developer's username is already taken in Drupal.
DeveloperUpdateFailedException src/Exception/DeveloperUpdateFailedException.php This exception is thrown when the developer profile update fails.
EdgeFieldException src/Exception/EdgeFieldException.php Decorator around Drupal's FieldException.
InvalidArgumentException src/Exception/InvalidArgumentException.php Module specific invalid argument exception.
KeyProviderRequirementsException src/Exception/KeyProviderRequirementsException.php Defines an exception for Apigee Edge key provider problems.
OauthTokenStorageException src/Exception/OauthTokenStorageException.php Thrown in case of an OAuth token storage error.
RuntimeException src/Exception/RuntimeException.php Module specific runtime exception class.
UserDeveloperConversionException src/Exception/UserDeveloperConversionException.php Base class for user to developer or developer to user conversion errors.
UserDeveloperConversionNoStorageFormatterFoundException src/Exception/UserDeveloperConversionNoStorageFormatterFoundException.php Thrown when no storage formatter found for a user field.
UserDeveloperConversionUserFieldDoesNotExistException src/Exception/UserDeveloperConversionUserFieldDoesNotExistException.php Thrown when source or destination field on user does not exist.
UserDoesNotExistWithEmail src/Exception/UserDoesNotExistWithEmail.php Thrown when user does not exist with an email.
UserToDeveloperConversionException src/Exception/UserToDeveloperConversionException.php Base exception class for user to developer conversion errors.