Uses of Class
dev.vality.damsel.identity.errors.GeneralFailure
| Package | Description |
|---|---|
| dev.vality.damsel.identity.errors |
-
Uses of GeneralFailure in dev.vality.damsel.identity.errors
Methods in dev.vality.damsel.identity.errors that return GeneralFailure Modifier and Type Method Description GeneralFailureGeneralFailure. deepCopy()GeneralFailureIdentificationFailure. getInvalidDocuments()GeneralFailureIdentificationFailure. getOwnerAuthorizationFailed()GeneralFailureIdentificationFailure. getUnknown()Methods in dev.vality.damsel.identity.errors with parameters of type GeneralFailure Modifier and Type Method Description intGeneralFailure. compareTo(GeneralFailure other)booleanGeneralFailure. equals(GeneralFailure that)static IdentificationFailureIdentificationFailure. invalid_documents(GeneralFailure value)static IdentificationFailureIdentificationFailure. owner_authorization_failed(GeneralFailure value)voidIdentificationFailure. setInvalidDocuments(GeneralFailure value)voidIdentificationFailure. setOwnerAuthorizationFailed(GeneralFailure value)voidIdentificationFailure. setUnknown(GeneralFailure value)static IdentificationFailureIdentificationFailure. unknown(GeneralFailure value)Constructors in dev.vality.damsel.identity.errors with parameters of type GeneralFailure Constructor Description GeneralFailure(GeneralFailure other)Performs a deep copy on other.