rawEvent | type | "string" |
---|
required | true |
---|
description | "Encoded raw event string that caused an error." |
---|
|
---|
message | type | "string" |
---|
required | true |
---|
description | "Error message describing the error." |
---|
|
---|
code | type | "string" |
---|
required | true |
---|
enum | "processor" |
"consumer" |
"validation" |
|
---|
description | "Error code classifying the type of this error." |
---|
|
---|
schema | type | "string" |
---|
description | "Title of event schema to which rawEvent belongs. 'unknown' if rawEvent cannot be parsed." |
---|
required | true |
---|
|
---|
revision | type | "integer" |
---|
description | "Revision ID of event schema to which rawEvent belongs. -1 if rawEvent cannot be parsed." |
---|
required | true |
---|
|
---|