ErrLookup › nsqio/nsq
nsqio/nsq
A realtime distributed messaging platform · Go · 111 source files
Analyzed at 85cf10c09c on 2026-08-16. 53 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| address should not contain scheme | validation | error | go, nsq, cli, config, validation |
| missing <REV> in --filename-format when gzip, rotation, or w | validation | error | go, nsq, cli, config, file-rotation, gzip |
MISSING_ARG_TOPIC MISSING_ARG_TOPIC | http | error | nsq, http-api, validation, nsqd |
INVALID_ARG_TOPIC INVALID_ARG_TOPIC | http | error | nsq, http-api, validation, nsqd |
MISSING_ARG_CHANNEL MISSING_ARG_CHANNEL | http | error | nsq, http-api, validation, nsqd |
INVALID_ARG_CHANNEL INVALID_ARG_CHANNEL | http | error | nsq, http-api, validation, nsqd |
| --nsqd-http-address or --lookupd-http-address required | validation | error | nsq, nsqadmin, cli, config, validation |
| use --nsqd-http-address or --lookupd-http-address not both | validation | error | nsq, nsqadmin, cli, config, validation |
| --http-client-tls-key must be specified with --http-client-t | validation | error | nsq, nsqadmin, cli, config, tls |
| --http-client-tls-cert must be specified with --http-client- | validation | error | nsq, nsqadmin, cli, config, tls |
E_REQ_FAILED exiting | exception | error | nsq, nsqd, protocol, lifecycle, concurrency |
E_SUB_FAILED exiting | exception | error | nsq, nsqd, protocol, lifecycle, concurrency |
E_TOUCH_FAILED ID already in flight | exception | critical | nsq, nsqd, protocol, message-id, configuration |
| ID not in flight | exception | warning | nsq, nsqd, protocol, concurrency, idempotency |
| client does not own message | exception | error | nsq, nsqd, protocol, concurrency, ownership |
| --max-deflate-level must be [1,9] | validation | error | nsq, nsqd, cli, config, compression |
| --node-id must be [0,1024) | validation | error | nsq, nsqd, cli, config, message-id |
| cannot require TLS client connections without TLS key and ce | validation | error | nsq, nsqd, cli, config, tls |
| --auth-http-request-method must be post or get | validation | error | nsq, nsqd, cli, config, auth |
| failed to append certificate to pool | validation | error | tls, x509, pem, configuration, startup, nsqd |
E_INVALID invalid message ID | validation | error | protocol, validation, nsqd, client-error, fatal, message-id |
| exiting | exception | warning | lifecycle, shutdown, topic, concurrency, nsqd |
E_MPUB_FAILED exiting | error_code | warning | lifecycle, shutdown, mpub, topic, concurrency, nsqd |
| unknown tlsVersionOption %q | validation | error | tls, flags, configuration, startup, nsqd |
| invalid log level '%s' (debug, info, warn, error, fatal) | validation | error | logging, flags, configuration, startup |
| cannot flock directory %s - %s (possibly in use by another i | console | critical | filesystem, flock, startup, nsqd, single-instance, configuration |
| got response %s %q | http | error | http, api-client, nsqadmin, status-code, configuration |
| http.Serve() error - %s | console | critical | http, server, lifecycle, fatal, nsqd |
| listener.Accept() error - %s | console | critical | tcp, server, accept, fatal, file-descriptors, nsqd |
| failed to LoadX509KeyPair %s, %s - %s | console | error | tls, x509, nsqadmin, configuration, startup, client-cert |
| failed to read TLS root CA file %s - %s | console | error | tls, filesystem, nsqadmin, configuration, startup, permissions |
| failed to AppendCertsFromPEM %s | console | error | tls, x509, pem, nsqadmin, configuration, startup |
| failed to resolve --lookupd-http-address (%s) - %s | console | error | configuration, dns, nsqadmin, startup, address-validation |
| failed to resolve --nsqd-http-address (%s) - %s | console | error | configuration, dns, nsqadmin, startup, address-validation |
| failed to parse --graphite-url (%s) - %s | console | error | nsqadmin, config, url, graphite, startup |
| failed to parse --allow-config-from-cidr (%s) - %s | console | error | nsqadmin, config, cidr, networking, startup |
| listen (%s) failed - %s | console | critical | nsqadmin, network, bind, port-in-use, startup |
E_BAD_BODY heartbeat interval (%d) is invalid | error_code | error | nsqd, protocol, identify, heartbeat, validation |
| failed to query any nsqlookupd: %s | http | error | clusterinfo, nsqlookupd, network, http, discovery |
| failed to query any nsqd: %s | http | error | clusterinfo, nsqd, network, http, discovery |
| msg timeout (%d) is invalid | validation | error | nsqd, protocol, identify, timeout, validation |
| failed to lock data-path: %v | console | critical | nsqd, startup, file-lock, data-path, concurrency |
| failed to build TLS config - %s | console | critical | nsqd, tls, certificates, config, startup |
| failed to build client TLS config - %s | console | critical | nsqd, tls, ca, certificates, startup |
| invalid E2E processing latency percentile: %v | validation | error | nsqd, configuration, validation, startup, percentile |
| listen (%s) failed - %s | console | critical | nsqd, network, listen, port-in-use, startup, tcp |
| failed to read metadata from %s - %s | console | error | nsqd, filesystem, permissions, metadata, persistence, startup |
| failed to parse metadata in %s - %s | console | error | nsqd, json, corruption, metadata, persistence, startup |
| listen (%s) failed - %s | console | critical | nsqlookupd, network, listen, port-in-use, startup, tcp |
| err.Error() | panic | error | bench, nsq-client, panic, tcp, rdy, go |
| string(data) | panic | error | bench, nsq-client, panic, server-error-frame, protocol, go |
| err.Error() | panic | error | bench, nsq-client, panic, dial, timeout, tcp, go |
| string(data) | panic | error |