RSDRecordSampleLoggerError

public enum RSDRecordSampleLoggerError : Error

Errors that can be thrown by the logger.

  • The logger failed to encode a string.

    Declaration

    Swift

    case stringEncodingFailed(String)