CodeDescription

case class CodeDescription(href: URI)

Structure to capture a description for an error code.

Value parameters:
href

An URI to open with more information about the diagnostic error.

Since:

3.16.0

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product