jairojunior/jboss-py

View on GitHub
jboss/exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage
class OperationError(Exception):
    """Error response from Management API"""

class AuthError(Exception):
    """Management API Authentication Error"""