exception documentation

class UnsupportedResponseError(SDKError): (source)

Constructor: UnsupportedResponseError(expected, resp)

View In Hierarchy

Raised when the token exchange returned an unexpected response type.

Parameters
expectedThe expected response type name.
respThe actual response object received.
Method __init__ Initialize the error.
def __init__(self, expected: str, resp: Any): (source) ΒΆ

Initialize the error.