ErrorCode

com.bilalfazlani.zioMaelstrom.ErrorCode
See theErrorCode companion object
sealed trait ErrorCode(val code: Int, val definite: Boolean)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Abort.type
object Crash.type
class Custom
object KeyAlreadyExists.type
object KeyDoesNotExist.type
object MalformedRequest.type
object NodeNotFound.type
object NotSupported.type
object PreconditionFailed.type
object Timeout.type
object TxnConflict.type
Show all

Members list

Value members

Concrete fields

val code: Int
val definite: Boolean