UnencodedDigestError

@Serializable(with = UnencodedDigestErrorSerializer::class)
sealed interface UnencodedDigestError

(undocumented in the protocol definition)

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = UnencodedDigestErrorSerializer::class)
data object IncorrectDigestLength : UnencodedDigestError
Link copied to clipboard
@Serializable(with = UnencodedDigestErrorSerializer::class)
data object IncorrectDigestType : UnencodedDigestError
Link copied to clipboard
@Serializable(with = UnencodedDigestErrorSerializer::class)
data object MalformedDictionary : UnencodedDigestError
Link copied to clipboard
@Serializable(with = UnencodedDigestErrorSerializer::class)
data class NotDefinedInProtocol(val value: String) : UnencodedDigestError

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Link copied to clipboard
@Serializable(with = UnencodedDigestErrorSerializer::class)
data object UnknownAlgorithm : UnencodedDigestError