diff --git a/thorlog/v3/issue.go b/thorlog/v3/issue.go index b2efa8f..cb48e7f 100644 --- a/thorlog/v3/issue.go +++ b/thorlog/v3/issue.go @@ -20,4 +20,6 @@ const ( IssueCategoryTruncated = "truncated" // IssueCategoryOutOfRange indicates that a value can't be represented in the format that the log uses. IssueCategoryOutOfRange = "out_of_range" + // IssueCategoryCorruptedRead indicates that a value was corrupted during reading. + IssueCorruptedRead = "corrupted_read" )