MatterError

class MatterError : BaseHomeError


Summary

Public constructors

MatterError(message: String)
MatterError(code: Int, message: String)

Public functions

open operator Boolean
equals(other: Any?)

Public properties

open Int

the error code in HomeException.Codes

open String

the error message

Public constructors

MatterError

MatterError(message: String)

MatterError

MatterError(code: Int, message: String)

Public functions

equals

open operator fun equals(other: Any?): Boolean

Public properties

code

open val codeInt

the error code in HomeException.Codes

message

open val messageString

the error message