exception documentation

class NoTokenInEnvError(SDKError): (source)

Constructor: NoTokenInEnvError(env)

View In Hierarchy

Raised when an expected environment variable does not contain a token.

Method __init__ Initialize the error.
def __init__(self, env: str): (source) ΒΆ

Initialize the error.

Parameters
env:strEnvironment variable name that was expected to contain a token but was empty or missing.