DeeptoneSDKInfo

public enum DeeptoneSDKInfo : String

DeeptoneSDKInfo

Describe useful information logs for the SDK

  • Intention to write to a closed stream.

    Declaration

    Swift

    case cantWriteToClosedStream = "Stream is closed. Please create a new stream instance."
  • Stream is already closed.

    Declaration

    Swift

    case streamIsAlreadyClosed = "Stream is already closed."