Package

com.outr.arango

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class ArangoCode extends Product with Serializable

    Permalink
  2. case class ArangoResponse[R](error: Boolean, errorMessage: Option[String], errorNum: Int = 1, code: Int, result: Option[R]) extends Product with Serializable

    Permalink
  3. case class ArangoResponseException(message: String, code: Int) extends RuntimeException with Product with Serializable

    Permalink
  4. case class DatabaseInfo(name: String, id: String, path: String, isSystem: Boolean) extends Product with Serializable

    Permalink

Value Members

  1. object ArangoCode extends Serializable

    Permalink

Ungrouped