enum FailureReason : Error { case sessionFailed(error: URLError) case decodingFailed case other(Error) }
the custom error enum