Renamed the AgentNameValidationRule type in the library target as CamelCaseValidationRule.
This commit is contained in:
@@ -18,8 +18,8 @@ enum InputValidationError: Error {
|
||||
case inputIsEmpty
|
||||
/// An input is nil.
|
||||
case inputIsNil
|
||||
/// An input does not comply with the user agent name requirements.
|
||||
case inputNotAgentName
|
||||
/// An input is not camel-case.
|
||||
case inputNotCamelCase
|
||||
/// An input does not comply with the consumer key requirements.
|
||||
case inputNotConsumerKey
|
||||
/// An input does not comply with the consumer secret requirements.
|
||||
|
||||
Reference in New Issue
Block a user