// // NoiseSessionError.swift // bitchat // // This is free and unencumbered software released into the public domain. // For more information, see // enum NoiseSessionError: Error, Equatable { case invalidState case notEstablished case sessionNotFound case alreadyEstablished }