Enumeration
Specialized​Error
public enum SpecializedError: Error
An enum
holding reference to possible Error
s in the response.
Relationships
Conforms To
Error
Enumeration Cases
unforseen
case unforseen(String?, response: Wrapper)
Unforseen status
.
Check the underlying Wrapper
to find out more.
unknown
case unknown(response: Wrapper)
The status
was marked as fail
, but no message
was provided.
Check the underlying Wrapper
to find out more.