DsError

data class DsError(val correlationId: String, val code: String?, val title: String, val description: String, val ctaWebLogin: Boolean, val ctaWebSignup: Boolean)

Model for the error returned from the biometric login API

Constructors

Link copied to clipboard
constructor(correlationId: String, code: String?, title: String, description: String, ctaWebLogin: Boolean, ctaWebSignup: Boolean)

Properties

Link copied to clipboard
val code: String?

The error code

Link copied to clipboard

The correlation id of the error

Link copied to clipboard

Whether the user should be show an cta to start web login

Link copied to clipboard

Whether the user should be show an cta to start web signup

Link copied to clipboard

The description of the error

Link copied to clipboard

The title of the error