com.outr.arango

package com.outr.arango

Members list

Type members

Classlikes

object ArangoCode

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ArangoCode.type
case class ArangoCode

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ArangoError(code: Int, num: Int, message: String, exception: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ArangoException(cause: ArangoDBException) extends RuntimeException

Attributes

Companion
object
Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ConstraintViolation(index: String, `type`: String, fields: Set[String], key: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DatabaseStore(collection: ArangoDBCollection, managed: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class Graph(val db: ArangoDB, val managed: Boolean)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes