Error Code Reference

This topic describes the Error Codes and their associated messages for the Mezmo Telemetry Pipeline.

Processor Errors
ComponentError CodeError Message
GeneralE_NOT_FOUNDThe field specified was not found in the incoming event(s)
CompactE_COMPACT_BAD_TYPEThe field to compact contained a value that was not an object nor array as required
DecryptE_DECRYPT_BAD_IVThe initialization vector value was not a string as required
DecryptE_DECRYPT_BAD_TYPEThe field to decrypt was not a string value as required
DecryptE_DECRYPT_FIELD_DECODEThe field value was not a base64 encoded string as required
DecryptE_DECRYPT_IV_DECODEThe initialization vector value was not a base64 encoded string as required
DecryptE_DECRYPT_FAILEDDecryption failed for the value found in the field
EncryptE_ENCRYPT_BAD_TYPEThe value to encrypt must be a primitive type such as string, number, or boolean
EncryptE_ENCRYPT_FAILEDEncryption failed for the value found in the field
Event to MetricE_EVENT_TO_METRIC_FAILEDThe value(s) found in the event could not be coerced into a data type necessary for a metric (number, float, string)
FilterE_COMPARE_COERCION_FAILEDThe comparison cannot be done because the value of the field cannot be coerced into the necessary type for comparison
FilterE_COMPARE_BAD_CIDRThe value found in the field does not appear to be a valid IP that can be used for CIDR comparison
FilterE_COMPARE_BAD_TYPEThe value of the field is an incompatible type for the requested comparison
FlattenE_FLATTEN_BAD_TYPEThe field to flatten contained a value that was not an object or array as required
ParseE_PARSE_FAILEDParsing the field failed using the specified parser, which could be caused by a type mismatch
UnrollE_UNROLL_BAD_TYPEThe value found in the field was not an array as required
Source Errors
ComponentError CodeError Message
AWS Kinesis FirehoseE_KINESIS_BAD_TYPEThe field in the Kinesis Firehose payload was not an array as required
AWS Kinesis FirehoseE_KINESIS_BAD_JSONThe Kinesis Firehose payload did not contain valid serialized JSON in the .data field of a record
AWS Kinesis FirehoseE_KINESIS_BAD_BASE64The Kinesis Firehose payload did not contain a correctly-encoded base64 string in the .data field of a record
HTTPE_EVENT_NOT_JSONThe payload was not valid serialized JSON, which is required
HTTPE_EVENT_NOT_NDJSONThe payload was not valid serialized NDJSON, which is required
Mezmo AgentE_MEZMO_AGENT_BAD_TYPEThe Mezmo Agent did not find an array of lines as required
Splunk HECE_SPLUNK_BAD_FORMATThe payload did not conform to the required format for Splunk HEC
General Errors
HTTP 413/REQUESTENTITYTOO LARGEThe payload exceeds 2MB
ERR_PLAN_EXCEEDED_PIPELINE_LIMITYou have exceeded the number of pipelines you are permitted to create for the plan you are on.
ERR_PLAN_EXCEEDED_NODE_LIMITYou have exceeded the number of nodes added to a pipeline for the plan you are on.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated
On This Page
Error Code Reference