Errors

public enum Errors : Error

Describe possible errors that might happen

  • clientNotStarted is returned when SinchClient methods are call while it wasn’t started

    Declaration

    Swift

    case clientNotStarted(String)