package sdbc import "errors" var ( ErrorUnavailableType error = errors.New("unavailable type") )