Custom

com.bilalfazlani.zioMaelstrom.ErrorCode.Custom
case class Custom(code: Int) extends ErrorCode

Custom error code

Value parameters

code

the error code

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ErrorCode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val definite: Boolean

Attributes

Inherited from:
ErrorCode