Implemented the URLValidationRule type in the library target.
This commit is contained in:
@@ -24,8 +24,10 @@ enum InputValidationError: Error {
|
||||
case inputNotConsumerKey
|
||||
/// An input does not comply with the consumer secret requirements.
|
||||
case inputNotConsumerSecret
|
||||
/// An input does not comply with the semantic versioning requirements.
|
||||
/// An input is not a semantic version.
|
||||
case inputNotSemanticVersion
|
||||
/// An input is not a URL.
|
||||
case inputNotURL
|
||||
/// An input does not comply with the user token requirements.
|
||||
case inputNotUserToken
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user