frostfs-node/pkg/core/object/errors.go

8 lines
207 B
Go

package object
import "errors"
// ErrRangeOutOfBounds is a basic error of violation of the boundaries of the
// payload of an object.
var ErrRangeOutOfBounds = errors.New("payload range is out of bounds")