MPIError

enum MPIError : Enum<MPIError>

MPIError has different enum error messages.

Entries

DECODE
Link copied to clipboard
DECODE("Error decoding data")
if error happens while decoding data
RETRIEVE
Link copied to clipboard
RETRIEVE("Error retrieving data")
if error happens while retrieving data
SHOW_VENUE
Link copied to clipboard
SHOW_VENUE("Error showing the venue")
if error happens while showVenue is called
LOAD_VENUE
Link copied to clipboard
LOAD_VENUE("Error loading the venue")
if error happens while loadVenue is called

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: MPIError): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<MPIError>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
convert MPIError to string message

Properties

errorMessage
Link copied to clipboard
val errorMessage: String
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int