ErrLookup › badges/shields
badges/shields
Concise, consistent, and legible badges in SVG and raster format · JavaScript · 1,220 source files
Analyzed at 766fd8bc89 on 2026-08-30. 212 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| makeBadge takes an argument of type object | validation | error | validation, argument-type, api-usage |
| Field `message` is required | validation | error | validation, missing-field, required-argument |
| Field `${field}` must be of type string | validation | error | validation, type-mismatch, schema-validation |
| Field `links` must be an array of strings | validation | error | validation, type-mismatch, array |
| Field `links` must not have more than 2 elements | validation | error | validation, array-length, limits |
| Field `style` must be one of (${styleValues.toString()}) | validation | error | validation, enum-value, invalid-option |
| Field `idSuffix` must contain only numbers, letters, -, and | validation | error | validation, regex, sanitization |
| Unexpected field '${key}'. Allowed values are (${expectedKey | validation | error | validation, unknown-field, schema-validation, typo |
| Unknown badge style: '${style}' | exception | error | unknown-value, renderer, internal-api |
| strict ssl is required | validation | error | ssl, security, auth, invalid-parameter |
| invalid url parameter | validation | error | url, config, invalid-parameter, auth |
| requested origin not authorized | validation | error | auth, security, origin, invalid-parameter |
| invalid response data from auth endpoint | exception | error | jwt, auth, invalid-response |
| unparseable svg response | exception | error | svg, parsing, invalid-response, scraping |
| unparseable toml response | exception | error | toml, parsing, invalid-response |
| unparseable xml response | exception | error | xml, parsing, invalid-response |
| unparseable yaml response | exception | error | yaml, parsing, invalid-response |
| Maximum response size exceeded | exception | error | network, response-size, got, invalid-response |
| unparseable json response | exception | error | json, parsing, upstream, api |
| unparseable jsonl response | exception | error | jsonl, parsing, upstream |
| unparseable intermediate json response | exception | error | json, cache, parsing, upstream |
| ${prettyErrorMessage} | validation | error | joi, validation, schema, upstream |
| Error processing arguments | console | error | cli, arguments, usage, node |
| not found | exception | error | not-found, ansible, galaxy, upstream |
| no jobs found | exception | error | not-found, appveyor, ci, upstream |
| job not found | exception | error | not-found, appveyor, ci, configuration |
| package not found | exception | info | aur, not-found, arch-linux, badge |
| not specified | exception | info | aur, license, not-found, metadata |
| No maintainer | exception | info | aur, maintainer, invalid-response, badge |
| build pipeline not found | exception | error | azure-devops, ci, not-found, pipeline |
| ${recordType.toLowerCase()} not found | exception | error | azure-devops, ci, not-found, stage, job |
| build pipeline not found | exception | error | azure-devops, ci, not-found, pipeline, branch |
| no commits found | exception | error | bitbucket, git, not-found, commits, branch |
| invalid response data | exception | warning | bitbucket, ci, invalid-response, pipelines, api-shape |
| no releases | exception | error | bower, version, invalid-response, releases, registry |
| no builds found | exception | error | buildbot, ci, not-found, builds, builder |
| not found | exception | error | not-found, chrome-web-store, upstream |
| not found | exception | error | not-found, chrome-web-store, upstream |
| unknown type, provider, or upstream issue | exception | error | not-found, clearlydefined, upstream, empty-response |
| unknown namespace, name, or revision | exception | error | not-found, clearlydefined, coordinates |
| not enabled for this project | exception | error | not-found, codacy, coverage |
| invalid config.yml | exception | error | yaml, parse-error, conan, invalid-response |
| no versions found | exception | error | not-found, conan, empty-data |
| unknown build state | exception | warning | copr, unmapped-value, upstream, build-state |
| version not found | exception | error | crates-io, invalid-response, inconsistent-data |
| recent downloads not supported for specific versions | validation | error | invalid-parameter, crates-io, badges |
| invalid null license | exception | warning | crates-io, license, missing-metadata, upstream-api |
| unknown | exception | info | crates-io, msrv, rust, missing-metadata |
| invalid date | exception | error | date, dayjs, invalid-input, parsing |
| invalid response data | exception | error | debian, upstream-api, missing-package, invalid-response |
| repository not found | exception | error | docker, docker-hub, not-found, upstream-api |
| no tags found | exception | warning | docker, docker-hub, no-tags, not-found |
| architecture not found | exception | warning | docker, architecture, not-found, multi-arch |
| repository not found | exception | error | docker, docker-hub, not-found, upstream-api |
| digest not found for latest tag | exception | error | docker, digest, architecture, invalid-response |
| no images found for arch ${arch} | exception | error | docker, architecture, bad-request, upstream-response |
| tag not found | exception | error | docker, not-found, tag, docker-hub |
| digest not found for given tag | exception | error | docker, architecture, digest, upstream-response |
| repository not found | exception | error | docker, not-found, repository, docker-hub |
| Invalid flags, must be one of: ${VALID_FLAGS} | validation | error | validation, regex, bad-request, parameters |
| Invalid re2 regex: ${error.message} | validation | error | regex, re2, validation, bad-request |
| no result | exception | error | regex, no-match, upstream-response, dynamic-badge |
| ${e.message} | exception | error | xml, parsing, upstream-response, dynamic-badge |
| unsupported query | exception | error | xpath, unsupported-query, dynamic-badge, upstream-response |
| no result | exception | error | xpath, xml, badge, invalid-response |
| fetch() function not implemented for ${this.constructor.name | exception | error | javascript, abstract-method, subclass, badge |
| query not supported | validation | error | jsonpath, query, invalid-parameter, badge |
| no result | exception | error | jsonpath, json, badge, invalid-response |
| invalid url | validation | error | url, validation, invalid-parameter, endpoint-badge |
| please use https | validation | error | https, security, url, invalid-parameter |
| domain is blocked | validation | error | security, ssrf, domain-blocklist, invalid-parameter |
| no packages found | exception | error | f-droid, not-found, version-badge, android |
| package not found | exception | error | feedz, nuget, not-found, package-registry |
| private | exception | info | freecodecamp, privacy, invalid-response, user-profile |
| changesetRevision not found | exception | error | galaxytoolshed, not-found, upstream-api |
| tool not found | exception | error | galaxytoolshed, not-found, tool-metadata |
| requirement not found | exception | error | galaxytoolshed, not-found, requirement |
| version not found | exception | error | rubygems, not-found, version |
| version downloads requires a version | validation | error | rubygems, invalid-parameter, missing-parameter |
| invalid rank | exception | error | rubygems, invalid-response, upstream-api |
| no releases found | exception | error | gitea, not-found, releases |
| gist not found | exception | error | github, not-found, gist |
| Unable to select next GitHub token from pool | exception | critical | github, configuration, token-pool, rate-limit |
| invalid branch | exception | error | github, invalid-response, branch-not-found, graphql |
| no common ancestor | validation | error | github, invalid-parameter, git-history, merge-base |
| undecodable content | exception | error | github, invalid-response, base64, encoding |
| no matching releases found | exception | error | github, not-found, releases, filter-no-match |
| environment not found | exception | error | github, not-found, deployments, environment |
| not a directory | validation | error | github, invalid-parameter, directory, path |
| extension is applicable for type file only | validation | error | github, invalid-parameter, query-params, validation |
| directory not found | validation | error | github, invalid-parameter, directory-not-found, path |
| no releases found | exception | error | github, not-found, releases, downloads |
| Go version missing in go.mod | exception | error | github, invalid-response, go, gomod, parsing |
| no labels found | exception | info | github, empty-response, labels |
| no milestone | exception | info | github, empty-response, milestone |
| no commits found | exception | error | github, not-found, git, empty-response |
| version not specified | exception | error | github, pipenv, python, not-found, dependency |
| Version missing in ${filename} | exception | error | github, r, parse-error, missing-field |
| not a regular file | exception | error | github, not-found, wrong-argument-type |
| user/org not found | exception | error | github, not-found, graphql, user |
| no matching tags found | exception | error | github, not-found, tags, regex |
| Go version missing in go.mod | exception | error | gitlab, go, parse-error, missing-field |
| no commits found | exception | error | gitlab, not-found, git, empty-response |
| not set up | exception | info | gitlab, ci, coverage, not-found |
| branch not found | exception | info | gitlab, ci, pipeline, branch, not-found |
| no releases found | exception | info | gitlab, release, versioning, not-found |
| no tags found | exception | info | gitlab, tags, versioning, not-found |
| no languages found | exception | warning | gitlab, languages, empty-response, invalid-response |
| no active version found | exception | info | gnome, extensions, version, not-found |
| license not found | exception | warning | greasyfork, license, invalid-response, metadata |
| invalid response data | exception | warning | hackage, haskell, invalid-response, parse-error |
| user not found | exception | info | hackernews, user, not-found |
| not found | exception | info | itunes, app-store, not-found, lookup |
| plugin not found | exception | error | jenkins, not-found, plugin |
| no tests found | exception | error | jenkins, tests, invalid-response, missing-data |
| not found | exception | error | jetbrains, not-found, plugin, api-quirk |
| No Plugin Ratings | exception | warning | jetbrains, rating, empty-data, not-found |
| invalid username | exception | error | keybase, not-found, username, api-status |
| profile not found | exception | error | keybase, not-found, empty-response, profile |
| invalid community | exception | error | lemmy, invalid-parameter, input-validation, format |
| no public giving stats | exception | warning | liberapay, privacy, invalid-response, empty-data |
| no public goals | exception | warning | liberapay, goal, invalid-response, missing-data |
| no public receiving stats | exception | warning | liberapay, privacy, invalid-response, empty-data |
| Unable to select next Libraries.io token from pool | exception | error | configuration, token-pool, librariesio |
| Unsupported language | exception | error | localizely, i18n, invalid-response |
| module not found | exception | error | luarocks, not-found, lua |
| version not found | exception | error | luarocks, not-found, versioning |
| invalid user id format | exception | error | mastodon, validation, not-found |
| invalid alias | exception | error | invalid-parameter, input-validation, matrix, alias-parsing |
| property 'latest' not found | exception | error | invalid-response, maven, metadata, missing-field |
| property 'release' not found | exception | error | invalid-response, maven, metadata, missing-field |
| no versions found | exception | error | invalid-response, maven, metadata, empty-data |
| no matching versions found | exception | error | not-found, maven, version-filter, no-match |
| unknown strategy | exception | error | invalid-parameter, maven, bad-input, query-string |
| filter is not valid with strategy ${strategy} | exception | error | invalid-parameter, maven, parameter-conflict, query-string |
| invalid magazine | exception | error | invalid-parameter, federation, input-format, mbin |
| artifact or ${versionType}version not found | exception | error | not-found, nexus, maven, upstream |
| tag not found | exception | error | npm, not-found, dist-tags, registry |
| invalid json response | exception | error | npm, invalid-response, registry, metadata |
| tag not found | exception | error | npm, not-found, dist-tags |
| tag not found | exception | error | npm, not-found, dist-tags, registry |
| package not found | exception | error | nuget, not-found, upstream, registry |
| threshold must be "branches", "lines", or "functions" | exception | error | bad-input, validation, query-parameter, coverage |
| "${preferredThreshold}" threshold missing | exception | error | config, coverage, missing-key, validation |
| "branches" or "lines" threshold missing | exception | error | config, coverage, missing-key |
| no nyc or c8 stanza found | exception | error | config, coverage, not-found, missing-key |
| module not found | exception | error | http, redirect, not-found, opm, third-party-api |
| version invalid | exception | error | parsing, regex, invalid-response, opm, third-party-api |
| metadata in unexpected format | exception | error | parsing, regex, invalid-response, markdown |
| ${kind} dependency not found | exception | error | bad-input, validation, dependencies, package-json |
| no released version found | exception | error | not-found, packagist, versioning, third-party-api |
| invalid version | exception | error | packagist, not-found, bad-request, versioning |
| version requirement not found | exception | error | packagist, not-found, composer, dependency |
| license not found | exception | error | packagist, license, not-found, composer |
| invalid api key | validation | error | pingpong, api-key, validation, bad-request |
| Unknown status received | exception | warning | pingpong, upstream-api, unrecognized-value, status |
| ${kind} dependency not found | validation | error | pipenv, python, dependency, not-found |
| No version or ref for ${wantedDependency} | validation | error | pipenv, python, lockfile, malformed-data |
| no versions found | exception | error | piwheels, python, versioning, no-data |
| ${message} | exception | error | poeditor, upstream-api, api-key, translation |
| Language not in project | exception | error | badge, api, bad-request |
| none | exception | info | badge, puppetforge, not-found |
| unknown | exception | info | badge, puppetforge, not-found |
| none | exception | info | badge, puppetforge, not-found |
| ${name} versions are missing for ${packageName} | exception | error | badge, pypi, empty-data |
| package not found | exception | error | badge, react-native, not-found |
| no finished builds | exception | warning | badge, readthedocs, no-data |
| subreddit not found | exception | error | badge, reddit, not-found |
| distribution.yaml not found: ${distro}@${prettyRef} | exception | error | badge, ros, github, not-found |
| unparseable distribution.yml | exception | error | badge, ros, yaml, parse-error |
| repo not found: ${repoName} | exception | error | ros, not-found, badge, configuration |
| bucket "${bucket}" not found | exception | error | scoop, github, not-found, badge, configuration |
| ${app} not found in bucket "${bucket}" | exception | error | scoop, not-found, badge, configuration |
| ${noBranchInfoMessage} | exception | error | scrutinizer, not-found, branch, badge |
| metrics missing for branch | exception | error | scrutinizer, invalid-response, metrics, badge |
| coverage not found | exception | error | scrutinizer, coverage, not-found, badge |
| invalid response data | exception | error | sdkman, invalid-response, badge, configuration |
| arch not found | exception | error | snapcraft, not-found, architecture, badge, configuration |
| track not found | exception | error | snapcraft, not-found, channel, badge, configuration |
| risk not found | exception | error | snapcraft, not-found, channel, badge, configuration |
| arch not found | exception | warning | snapcraft, not-found, architecture, query-param |
| track not found | exception | warning | snapcraft, not-found, track, query-param |
| risk not found | exception | warning | snapcraft, not-found, risk, channel |
| metric not found | exception | warning | sonarqube, not-found, metric, legacy-api |
| collection not found | exception | warning | steam, workshop, not-found, third-party-api |
| file not found | exception | warning | steam, workshop, not-found, third-party-api |
| spec not found or unreadable | exception | warning | swagger, not-found, url-unreachable, spec |
| no analyses found | exception | warning | symfony-insight, not-found, analysis, third-party-api |
| no coverage data available | exception | error | teamcity, coverage, missing-data, invalid-response |
| space not found or results purged | exception | error | not-found, badges, api |
| monitor API key is required | exception | error | bad-request, missing-parameter, api-key |
| monitor API key is unvalid | exception | error | bad-request, api-key, validation |
| response.error || 'service error' | exception | error | upstream, invalid-response, api |
| must use a monitor-specific api key | exception | error | bad-request, api-key, validation |
| service error | exception | error | upstream, invalid-response, api |
| missing version | exception | error | invalid-response, manifest, packaging |
| port not found | exception | error | not-found, packaging, badges |
| resource not found | exception | error | not-found, badges, api |
| resource not found | exception | error | not-found, badges, api |
| resource not found | exception | error | http-404, not-found, upstream-api, badge |
| package not found | exception | error | not-found, upstream-api, registry, package |
| target url not found | exception | error | dns, not-found, validation, url |
| package not found | exception | error | not-found, package, winget, github-api |
| no versions found | exception | warning | winget, empty-data, manifest, upstream-api |
| no release date found | exception | warning | missing-field, manifest, winget, upstream-data |
| resource not found | exception | error | not-found, wordpress, slug, upstream-api |
| not set for this ${extensionType} | exception | info | missing-metadata, wordpress, not-set, badge |
| ${this.constructor.type} not found | exception | error | not-found, youtube, id-mismatch, upstream-api |
| Not very kind: ${kind} | exception | error | invalid-argument, pipenv, internal-guard |
| Should not get here due to validation | exception | error | unhandled-status-code, external-api, invariant-violation |
| Unknown releaseType: ${releaseType} | exception | error | invalid-argument, version-parsing, internal-guard |
| WordPress version API response: ${error.message} | exception | warning | schema-validation, external-api, wordpress |