errors

meteor.errors
object errors

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
errors.type

Members list

Type members

Classlikes

case class ConditionalCheckFailed(msg: String) extends DynamoError

Attributes

Supertypes
trait Product
trait Equals
class DynamoError
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class DecoderError(message: String, cause: Option[Throwable]) extends DynamoError

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class DynamoError extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
case class EncoderError(message: String) extends DynamoError

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case object InvalidExpression extends DynamoError

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class DynamoError
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
case class InvalidKeyType[K](k: K) extends DynamoError

Attributes

Supertypes
trait Product
trait Equals
class DynamoError
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class UnexpectedTableStatus(tableName: String, status: TableStatus, expects: Set[TableStatus]) extends DynamoError

Attributes

Supertypes
trait Product
trait Equals
class DynamoError
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
case class UnsupportedArgument(msg: String) extends DynamoError

Attributes

Supertypes
trait Product
trait Equals
class DynamoError
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all