Error

soidc.core.model.DeviceCodeResponse.Error
See theError companion object
final case class Error(code: TokenErrorCode, description: Option[String], uri: Option[Uri]) extends DeviceCodeResponse

Attributes

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

Members list

Value members

Concrete methods

def fold[A](fe: Error => A, fs: Success => A): A

Inherited methods

def isSuccess: Boolean

Attributes

Inherited from:
DeviceCodeResponse
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product