Status

container.Status$
object Status

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Status.type

Members list

Type members

Classlikes

case object DIRECTORY_FILE_COLLISION extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
case object INVALID_ARGUMENT extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
case object INVALID_IMAGE extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
case object INVALID_IMAGE_FORMAT extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
case object INVALID_PATH extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
case object IO_ERROR extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
IO_ERROR.type
case object OK extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
OK.type
case object SECURITY_ERROR extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
sealed abstract class Status(val code: Int, val message: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object INVALID_ARGUMENT.type
object INVALID_IMAGE.type
object INVALID_IMAGE_FORMAT.type
object INVALID_PATH.type
object IO_ERROR.type
object OK.type
object SECURITY_ERROR.type
object UNKNOWN_ERROR.type
Show all
case object UNKNOWN_ERROR extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type

Value members

Concrete methods

def note(message: => String): Unit

Concrete fields

val DEBUG: Boolean