Result

sealed class Result

Class representing the result of validation. It indicates whether an input is valid or invalid.

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard

Indicates an invalid input.

Link copied to clipboard

Indicates a valid input with the associated address (e.g., email or phone number).

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String