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
String
representation.Declaration
Swift
case invalidValue