SoidcError

soidc.core.SoidcError
See theSoidcError companion trait
object SoidcError

Attributes

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

Members list

Type members

Classlikes

final case class JwksError(uri: Uri, cause: Throwable) extends RuntimeException, SoidcError

Attributes

Supertypes
trait Product
trait Equals
trait SoidcError
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class JwtError(cause: JwtError) extends RuntimeException, SoidcError

Attributes

Supertypes
trait Product
trait Equals
trait SoidcError
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class OpenIdConfigError(uri: Uri, cause: Throwable) extends RuntimeException, SoidcError

Attributes

Supertypes
trait Product
trait Equals
trait SoidcError
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class TooManyValidationRequests(minDelay: FiniteDuration) extends RuntimeException, SoidcError

Attributes

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

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