Interface Warning.WarningId
- Enclosing class:
- Warning
public static interface Warning.WarningId
The identifier of the warning message.
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_TRUNCATED
CONTENT_TRUNCATED.static String
JSON_AS_TEXT
JSON_AS_TEXT.static String
PARTIAL_TEXT_USED
PARTIAL_TEXT_USED.static String
WORD_COUNT_MESSAGE
WORD_COUNT_MESSAGE.
-
Field Details
-
WORD_COUNT_MESSAGE
WORD_COUNT_MESSAGE.- See Also:
- Constant Field Values
-
JSON_AS_TEXT
JSON_AS_TEXT.- See Also:
- Constant Field Values
-
CONTENT_TRUNCATED
CONTENT_TRUNCATED.- See Also:
- Constant Field Values
-
PARTIAL_TEXT_USED
PARTIAL_TEXT_USED.- See Also:
- Constant Field Values
-