Variable LitErrorKindConst
LitErrorKind: {
Config: "Config";
Conversion: "Conversion";
Generic: "Generic";
Parser: "Parser";
Serializer: "Serializer";
Timeout: "Timeout";
Unexpected: "Unexpected";
Unknown: "Unknown";
Validation: "Validation";
} = ...
Deprecated
Will be removed - Use LIT_ERROR_KIND instead Alias for LIT_ERROR_KIND. Added for backwards compatibility. See LIT_ERROR_KIND