Source code for worldline.connect.sdk.v1.authorization_exception

#
# This class was auto-generated from the API references found at
# https://apireference.connect.worldline-solutions.com/
#
from api_exception import ApiException


[docs]class AuthorizationException(ApiException): """ Represents an error response from the Worldline Global Collect platform when authorization failed. """ def __init__(self, status_code, response_body, error_id, errors, message="the Worldline Global Collect platform returned an authorization error response"): super(AuthorizationException, self).__init__(status_code, response_body, error_id, errors, message)