Crash

com.bilalfazlani.zioMaelstrom.ErrorCode.Crash
object Crash extends ErrorCode

Indicates that some kind of general, indefinite error occurred. Use this as a catch-all for errors you can't otherwise categorize, or as a starting point for your error handler: it's safe to return internal-error for every problem by default, then add special cases for more specific errors later.

Attributes

Graph
Supertypes
trait ErrorCode
class Object
trait Matchable
class Any
Self type
Crash.type

Members list

Value members

Inherited fields

val code: Int

Attributes

Inherited from:
ErrorCode
val definite: Boolean

Attributes

Inherited from:
ErrorCode