SQLErrorCode

wvlet.airframe.sql.SQLErrorCode
See theSQLErrorCode companion object
sealed abstract class SQLErrorCode(val code: Int)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CatalogNotFound.type
object ColumnNotFound.type
object DatabaseNotFound.type
object InternalError.type
object InvalidArgument.type
object InvalidType.type
object SyntaxError.type
object TableAlreadyExists.type
object TableNotFound.type
object UnknownDataType.type
object UnsupportedSyntax.type
object UserError.type

Members list

Concise view

Value members

Concrete methods

def newException(message: String, nodeLocation: Option[NodeLocation]): SQLError
def newException(message: String, cause: Throwable, nodeLocation: Option[NodeLocation]): SQLError
def withCause(e: Throwable): SQLErrorBuilder
def withMetadata(metadata: Map[String, Any]): SQLErrorBuilder

Concrete fields

val code: Int