EncryptionError

oxygen.crypto.model.EncryptionError
See theEncryptionError companion object
enum EncryptionError extends Throwable

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class GenericDecryptionFailure(cause: Throwable)
final case class GenericEncryptionFailure(cause: Throwable)
final case class MalformedEncryptedValue(value: String)