Glacier2.CannotCreateSessionException

class Glacier2.CannotCreateSessionException(reason: str = '')

Bases: UserException

The exception that is thrown when an attempt to create a new session fails.

Parameters:

reason (str)

reason

The reason why the session creation failed.

Type:

str

Notes

The Slice compiler generated this exception dataclass from Slice exception ::Glacier2::CannotCreateSessionException.