github.com/go-chrono/chrono@v0.0.0-20240102183611-532f0d0d7c34/errors.go (about) 1 package chrono 2 3 import "errors" 4 5 // ErrUnsupportedRepresentation indicates that the requested value 6 // cannot be represented, or that the requested value is not present. 7 var ErrUnsupportedRepresentation = errors.ErrUnsupported