Exceptions¶
This documentation provides details about Exceptions defined within the pyews
package.
Unable to create a credential object with the provided input
-
pyews.CredentialsError.
args
¶
Raised when the incorrect configuration of parameters is passed into a Class
-
pyews.IncorrectParameters.
args
¶
Raised when using an Exchange Version that is not supported
-
pyews.ExchangeVersionError.
args
¶
Raised when the object type used is not the correct type
-
pyews.ObjectType.
args
¶
Incorrect SearchScope is used
-
pyews.SearchScopeError.
args
¶
Raised when a SOAP response message says Access Denied
-
pyews.SoapAccessDeniedError.
args
¶
Raised when a SOAP request response contains an error
-
pyews.SoapResponseHasError.
args
¶