MimiTestResultIssue

data class MimiTestResultIssue(val code: Int, val message: String)

Representing a warning or error that occurred when calculating the results for a Hearing Test.

Since

11.0.0

Constructors

Link copied to clipboard
constructor(code: Int, message: String)

Properties

Link copied to clipboard
val code: Int

Numeric identifier representing this issue code

Link copied to clipboard

Non-localized text body describing this error