storj.io/uplink@v1.13.0/private/stream/common.go (about) 1 // Copyright (C) 2019 Storj Labs, Inc. 2 // See LICENSE for copying information. 3 4 package stream 5 6 import ( 7 "github.com/zeebo/errs" 8 ) 9 10 // Error is the errs class of stream errors. 11 var Error = errs.Class("stream")