MimiTestResultError

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

Error type representing an error that occurred when calculating the results for a Hearing Test

Constructors

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

Types

Link copied to clipboard
enum MTResultError : Enum<MimiTestResultError.MTResultError>
Link copied to clipboard
enum PTTResultError : Enum<MimiTestResultError.PTTResultError>

Properties

Link copied to clipboard
val code: Int

Numeric identifier representing this error code

Link copied to clipboard
val message: String

Text body describing this error