ErrLookup › apache/answer
apache/answer
A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer. · Go · 831 source files
Analyzed at 3b9f137061 on 2026-09-05. 78 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| ReadableStream not supported | exception | error | browser-compatibility, streams, fetch |
| File validation failed | validation | error | validation, file-upload, image |
| validate check exception | validation | error | validation, go, go-playground-validator |
base.request_format_error base.request_format_error | http | error | api, validation, plugin, go |
error.password.space_invalid error.password.space_invalid | validation | error | password, validation, i18n, go |
| read file failed: %s %s | error_code | error | i18n, file-io, go, deployment |
| read i18n file failed: %s | error_code | critical | i18n, file-io, go, configuration |
| i18n file parsing failed: %s | error_code | error | i18n, yaml, parsing, go |
| failed to clone %s@%s: %w Tip: set ANSWER_MODULE to a local | error_code | error | build, git, network, go |
| failed to run go list: %w | error_code | error | build, go, toolchain, dependencies |
| failed to copy ui files: %w | error_code | error | filesystem, go-modules, build, copy |
| failed to read plugins dir: %w | error_code | error | filesystem, permissions, build, plugins |
| failed to install plugin dependencies: %w | error_code | error | pnpm, nodejs, dependencies, build, plugins |
| failed to create directory %s: %w | error_code | error | filesystem, mkdir, permissions, build |
| failed to open source file %s: %w | error_code | error | go, filesystem, embed-fs, build |
| failed to create destination file %s: %w | error_code | error | go, filesystem, permissions, build |
| failed to copy file contents from %s to %s: %w | error_code | error | go, filesystem, io, disk-space |
| get config failed: %w | error_code | error | go, database, xorm, config |
| update site info failed: %w | error_code | error | go, database, xorm, update-failed |
| update plugin status failed: %w | error_code | error | database, xorm, cli |
| create directory fail %s | error_code | error | filesystem, permissions, cli |
| write file failed %s | error_code | error | filesystem, permissions, disk |
| read config file failed: %w | error_code | error | config, cli, filesystem |
| connect database failed: %w | error_code | error | database, connection, config |
| initialize cache failed: %w | error_code | error | cache, redis, connection |
| initialize data layer failed: %w | error_code | error | database, cache, initialization |
| read email input failed: %w | error_code | error | stdin, cli, interactive |
| query user failed: %w | console | error | database, query, user |
| user not found: %s | console | error | |
| password validation failed: %w | console | error | |
| password input failed: %w | console | error | |
| encrypt password failed: %w | console | error | |
| update password failed: %w | console | error | |
| generate random password failed: %w | console | error | |
| failed to generate valid password after %d retries | console | error | |
| password length must be at least %d | console | error | |
| database connection check failed | console | error | |
| unknown tool: %s | http | error | |
| %s failed: %s | console | error | database, migration, xorm |
| sync version failed: %v | console | error | database, migration, xorm, schema-sync |
| get first version failed: %v | console | error | database, migration, query-failed |
| insert first version failed: %v | console | error | database, migration, insert-failed |
| get config failed: %w | console | error | database, migration, site-config |
| update site info failed: %w | console | error | database, migration, update-failed, site-config |
| insert site info failed: %w | console | error | database, migration, insert-failed, site-config |
| get config failed: %w | console | error | database, migration, xorm, config |
| update config failed: %w | console | error | database, migration, xorm, config-update |
| add config failed: %w | console | error | database, migration, xorm, config-insert |
| get questions failed: %w | console | error | database, migration, xorm, query-timeout |
| update question failed: %w | console | error | database, migration, xorm, row-update |
| get config failed: %w | console | error | database, migration, xorm, site-info |
| update site info failed: %w | console | error | database, migration, xorm, site-info |
| update config failed: %w | console | error | database, migration, xorm, config-update |
| add config failed: %w | console | error | database, migration, xorm, config-insert |
| get answers failed: %w | console | error | database, xorm, migration |
| get questions failed: %w | console | error | database, xorm, migration |
| update question failed: %w | console | error | database, xorm, migration |
| get tag rel failed: %w | console | error | database, xorm, migration |
| get tag failed: %w | console | error | database, xorm, migration |
| update tag failed: %w | console | error | database, xorm, migration |
| %s activity not exist | exception | error | database, activity, data-consistency |
| user not exist | exception | error | database, user-lookup, referential-integrity |
| user not exist | exception | error | database, user-lookup, referential-integrity |
| %s activity not exist | exception | error | database, activity, not-found |
| badge not exist | exception | error | database, badge, not-found |
| badge already awarded | exception | warning | database, duplicate, badge, idempotency |
| captcha not exist | exception | warning | cache, captcha, expiration |
| config not found by id: %d | exception | error | database, config, not-found |
| config not found by key: %s | exception | error | database, config, not-found |
| user not found | validation | error | import, user-lookup, not-found |
| unsupported image format: %s | validation | warning | image, validation, file-format |
| decode image config error: %v | validation | error | go, image-decoding, file-upload, validation |
| image size too large | validation | warning | go, image-processing, resource-limits, validation |
| decode image error: %v | validation | error | go, image-decoding, file-upload, data-integrity |
| decode webp image config error: %v | validation | error | go, webp, image-decoding, file-upload |
| decode webp image error: %v | validation | error | go, webp, image-decoding, library-limitation |
| the password does not satisfy the current policy requirement | validation | warning | go, password-policy, validation, security |
| panic(err) | panic | critical | go, configuration, startup, panic |