Packages

c

nelson.Templates

TemplateTimeout

final case class TemplateTimeout(msg: String) extends LintTemplateResult with Product with Serializable

The lint-template job timed out. It might be okay, but we gave up trying.

Source
Templates.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemplateTimeout
  2. LintTemplateResult
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemplateTimeout(msg: String)

Value Members

  1. val isValid: Boolean
    Definition Classes
    LintTemplateResult
  2. val msg: String