Error

zio.cli.oauth2.AccessTokenResponse.Error
See theError companion object
final case class Error(error: Kind, errorDescription: Option[String], errorUri: Option[String], interval: Option[Duration]) extends AccessTokenResponse

Result of unsuccessful or still ongoing authorization process.

Value parameters

error

kind of error

errorDescription

human-readable textual expression of the error

errorUri

URI to additional information about the error

interval

minimum length of polling interval

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product