MimiTestResultError

public enum MimiTestResultError : Error, Codable
extension MimiTestResultError: RawRepresentable, Equatable, Hashable
extension MimiTestResultError: CustomDebugStringConvertible

Error type representing an error that occurred when calculating the results for a hearing test.

  • mt(MT) - MT Test Result error.
  • ptt(PTT) - PTT Test Result error.
  • reversalInterpolationError - Reversal interpolation error.
  • unsupportedTest - Unsupported test error.
  • unknown - Unknown result error with associated code.
  • MT

    Results error that is specifically targetted to an MT Test result.

    • visualizationComputation - Unable to compute the visualization.
    • visualizationMissingData - Unable to compute the visualization due to missing data.
    • validationMissingData - Unable to validate the test due to data not covering the full frequency spectrum.
    • insightComputationFailed - Failed to compute insights for the test due to interpretation not being possible.
    Declaration

    Swift

    public enum MT : Int, Error, Codable
  • PTT

    Results error that is specifically targetted to a PTT Test result.

    • uncalibratedHeadphones - Uncalibrated headphones were used for the test.
    • loudEnvironment - The test was taken with loud ambient noise.
    • audiogramTechnicalLimits - Audiogram technical limits.
    • audiogramThresholdsClipped - Audiogram thresholds clipped.
    • missingPTA4 - Missing PTA4.
    Declaration

    Swift

    public enum PTT : Int, Error, Codable