Result

soidc.jwt.Validate.Result
See theResult companion enum
object Result

Attributes

Companion
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type

Members list

Type members

Classlikes

object Failure

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Failure.type
object Success

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Success.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def cond(test: Boolean, f: => FailureReason, fn: => FailureReason*): Result

Extensions

Extensions

extension (self: Invalid)
def all: Set[FailureReason]