c

mssql

ConnectionError

class ConnectionError extends MSSQLError

Annotations
@JSType() @native() @JSImport("mssql", "ConnectionError")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionError
  2. MSSQLError
  3. Error
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConnectionError(messageOrError: |[String, Error], code: String)

Value Members

  1. val code: String
    Definition Classes
    MSSQLError
  2. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  3. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  4. val message: String
    Definition Classes
    Error
  5. val name: String
    Definition Classes
    Error
  6. val originalError: UndefOr[Object]
    Definition Classes
    MSSQLError
  7. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  8. def toLocaleString(): String
    Definition Classes
    Object
  9. def valueOf(): Any
    Definition Classes
    Object