Module: Textrepo::ErrMsg

Defined in:
lib/textrepo/error.rb

Overview

:stopdoc:

Constant Summary collapse

ARGUMENT_RANGE =
"argument out of range: %s"
UNKNOWN_REPO_TYPE =
"unknown type for repository: %s"
DUPLICATE_TIMESTAMP =
"duplicate timestamp: %s"
EMPTY_TEXT =
"empty text"
MISSING_TIMESTAMP =
"missing timestamp: %s"
INVALID_TIMESTAMP_STRING =
"invalid string as timestamp: %s"
INVALID_SEARCH_RESULT =
"invalid result by searcher: %s"