Errors
public enum Errors : Error
Describe possible errors that might happen
-
clientNotStarted is returned when
SinchClientmethods are call while it wasn’t startedDeclaration
Swift
case clientNotStarted(String)