QueryParamsError
public enum QueryParamsError : Error
An error representing a failure to create an Identifier.
Usage Example:
An QueryParamsError.invalidValue may be thrown if the given type cannot be constructed from the given string.
throw QueryParamsError.invalidValue
-
Represents a failure to create a given filtering type from a given
Stringrepresentation.Declaration
Swift
case invalidValue
View on GitHub
QueryParamsError Enumeration Reference