ErrorReasons

public enum ErrorReasons

Undocumented

  • Undocumented

    Declaration

    Swift

    case encodeError(msg: String)
  • Undocumented

    Declaration

    Swift

    case decodeError(msg: String)
  • Undocumented

    Declaration

    Swift

    case generic(String)