Skip to content

Commit 382897d

Browse files
update error message
1 parent 73d9938 commit 382897d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/event/format/known_schema.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ pub static KNOWN_SCHEMA_LIST: Lazy<EventProcessor> =
3333

3434
#[derive(Debug, thiserror::Error)]
3535
pub enum Error {
36-
#[error("Event is not in the expected text/JSON format for {0}")]
36+
#[error("Event is not in the expected text/JSON format for {0}. Please create an issue on our GitHub repository (github.com/parseablehq/parseable), or reach out in the #support-channel on our Slack community for assistance. Include this error message and your log sample to help us improve compatibility.")]
3737
Unacceptable(String),
38-
#[error("Unknown log format: {0}")]
38+
#[error("Unsupported log format: '{0}'. This format cannot be parsed by the current version. Please create an issue on our GitHub repository (github.com/parseablehq/parseable) with a sample log event, or reach out in the #support-channel on our Slack community for assistance. Include this error message and your log sample to help us improve compatibility.")]
3939
Unknown(String),
4040
}
4141

0 commit comments

Comments
 (0)