domain/core/failures/application_failures library

Classes

ApplicationFailures<T>
ApplicationFailures represents generic errors from our value objects. In the event a value requires it's own specilized failures, we will create a new Failure class specilized for that usecase.
InvalidOtp<T>
UnexpectedLoginFail<T>