// Code generated by BobGen psql v0.42.5. DO NOT EDIT. // This file is meant to be re-generated in place and/or deleted at any time. package dberrors var FeaturePoolErrors = &featurePoolErrors{ ErrUniqueFeaturePoolPkey: &UniqueConstraintError{ schema: "", table: "feature_pool", columns: []string{"feature_id"}, s: "feature_pool_pkey", }, } type featurePoolErrors struct { ErrUniqueFeaturePoolPkey *UniqueConstraintError }