export type NightlyError = "RequestTimeOut" | "ServiceOverload" | "UnhandledInternalError" | "SessionDoesNotExist" | "AppDisconnected" | "UserNotConnected" | "SessionDropped" | "RequestDoesNotExist" | "NotFound" | "ClientAlreadyInitialized";