Implemented the SemanticVersionValidationRule type in the library target.
This commit is contained in:
@@ -24,6 +24,8 @@ 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.
|
||||
case inputNotSemanticVersion
|
||||
/// An input does not comply with the user token requirements.
|
||||
case inputNotUserToken
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user