Implemented the AgentNameValidationRule type in the library target.
This commit is contained in:
@@ -18,6 +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 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