object Failure extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Failure
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class InvariantFailedException(msg: String) extends Failure with Product with Serializable
  2. case class MismatchingSemanticdbIndex(a: v0.SemanticdbIndex, b: v0.SemanticdbIndex) extends Failure with Product with Serializable
  3. case class TokenPatchMergeError(a: v0.Patch, b: v0.Patch) extends Failure with Product with Serializable
  4. case class Unsupported(msg: String) extends Failure with Product with Serializable