# Functions
Errorf creates an error (not yet translated, but an extensible interface for that using simple sprintf formatting rather than named i18n inserts).
No description provided by the author
# Constants
ConfigNoYAML missing configuration file on server start.
ConfigFileReadFailed failed to read the server config file.
ConfigKafkaMissingBadSASL problem with SASL config.
ConfigKafkaMissingBrokers missing/empty brokers.
ConfigKafkaMissingConsumerGroup consumer group missing.
ConfigKafkaMissingInputTopic request topic missing.
ConfigKafkaMissingOutputTopic response topic missing.
ConfigRESTGatewayRequiredHTTPPort for rest server listening port missing.
ConfigRESTGatewayRequiredReceiptStore need to enable params for REST Gatewya.
ConfigRESTGatewayRequiredRPCPath for rest server's Fabric client config file missing.
ConfigTLSCertOrKey incomplete TLS config.
ConfigYAMLParseFile failed to parse YAML during server startup.
ConfigYAMLPostParseFile failed to process YAML as JSON after parsing.
EventStreamsCannotUpdateType cannot change tyep.
EventStreamsCreateStreamResourceErr problem creating a resource required by the eventstream.
EventStreamsCreateStreamStoreFailed problem saving a subscription to our DB.
EventStreamsDBLoad failed to init DB.
EventStreamsInvalidActionType unknown action type.
EventStreamsInvalidDistributionMode unknown distribution mode.
EventStreamsLogDecode problem decoding the logs for an event emitted on the chain.
EventStreamsLogDecodeData RLP decoding of the data section of the logs failed.
EventStreamsLogDecodeInsufficientTopics ran out of topics according to the indexed fields described on the ABI event.
EventStreamsWebhookResumeActive resume when already resumed.
EventStreamsStreamNotFound stream not found.
EventStreamsSubscribeBadBlock the starting block for a subscription request is invalid.
EventStreamsSubscribeStoreFailed problem saving a subscription to our DB.
EventStreamsSubscribeNoEvent missing event.
EventStreamsSubscribeStoreFailed problem saving a subscription to our DB.
EventStreamsSubscriptionNotFound sub not found.
EventStreamsUpdateAlreadyInProgress update already in progress.
EventStreamsWebhookFailedHTTPStatus server at the other end of a webhook returned a non-OK response.
EventStreamsWebhookInvalidURL attempt to create a Webhook event stream with an invalid URL.
EventStreamsWebhookNoURL attempt to create a Webhook event stream without a URL.
EventStreamsWebhookProhibitedAddress some IP ranges can be restricted.
EventStreamsWebSocketErrorFromClient Error message received from client.
EventStreamsWebSocketInterruptedReceive When we are interrupted waiting for a viable connection to send down.
EventStreamsWebSocketInterruptedSend When we are interrupted waiting for a viable connection to send down.
EventStreamsWebSocketNotConfigured WebSocket not configured.
HelperYAMLorJSONPayloadParseFailed input message got error parsing.
HelperYAMLorJSONPayloadReadFailed failed to read input.
HelperPayloadTooLarge input message too large.
KVStoreDBLoad failed to init DB.
KVStoreMemFilteringUnsupported memory db is really just for testing.
LevelDBFailedRetriveGeneratedID problem retrieving entry - generated ID.
LevelDBFailedRetriveOriginalKey problem retrieving entry - original key.
ReceiptStoreDisabled not configured.
ReceiptStoreFailedNotFound receipt isn't in the store.
ReceiptStoreFailedQuery wrapper over detailed error.
ReceiptStoreFailedQuerySingle wrapper over detailed error.
ReceiptStoreInvalidRequestBadLimit bad limit.
ReceiptStoreInvalidRequestBadSince bad since.
ReceiptStoreInvalidRequestBadSkip bad skip.
ReceiptStoreInvalidRequestID bad ID query.
ReceiptStoreInvalidRequestMaxLimit bad limit over max.
ReceiptStoreLevelDBConnect couldn't open file for the level DB.
ReceiptStoreMongoDBConnect couldn't connect to MongoDB.
ReceiptStoreMongoDBIndex couldn't create MongoDB index.
ReceiptStoreSerializeResponse problem sending a receipt stored back over the REST API.
RequestHandlerDirectBadHeaders problem processing for in-memory operation.
RequestHandlerDirectTooManyInflight when we're not using a buffered store (Kafka) we have to reject.
RequestHandlerInvalidMsgSignerMissing need to specify a msg signer in the header.
RequestHandlerInvalidMsgType need to specify a valid msg type in the header.
RequestHandlerInvalidMsgTypeMissing need to specify a msg type in the header.
RESTGatewayEventManagerInitFailed constructor failure for event manager.
RESTGatewayEventStreamInvalid attempt to create an event stream with invalid parameters.
RESTGatewayMissingFromAddress did not supply a signing address for the transaction.
RESTGatewaySubscriptionInvalid attempt to create an event stream with invalid parameters.
RESTGatewaySyncMsgTypeMismatch sync-invoke code paths in REST API Gateway should be maintained such that this cannot happen.
RESTGatewaySyncWrapErrorWithTXDetail wraps a low level error with transaction hash context on sync APIs before returning.
RPCCallReturnedError specified RPC call returned error.
RPCConnectFailed error connecting to back-end server over JSON/RPC.
SecurityModuleNoAuthContext missing auth context in context object at point security module is invoked.
SecurityModulePluginLoad failed to load .so.
SecurityModulePluginSymbol missing symbol in plugin.
TransactionSendMsgTypeUnknown we got a JSON message into the core processor (from Kafka, direct handler etc.) that we don't understand.
TransactionSendReceiptCheckError we continually had bad RCs back from the node while trying to check for the receipt up to the timeout.
TransactionSendReceiptCheckTimeout we didn't have a problem asking the node for a receipt, but the transaction wasn't mined at the end of the timeout.
Unauthorized (401 error).
WebhooksKafkaDeliveryReportNoMeta delivery reports should contain the metadata we set when we sent.
WebhooksKafkaErr wrapper on detailed error from Kafka itself.
WebhooksKafkaYAMLtoJSON re-serialization of webhook message into JSON failed.
WebhooksKafkaUnexpectedErrFmt problem processing an error that came back from Kafka, so do a deep dump.
# Structs
No description provided by the author