Uses of Class
io.electrum.suv.api.models.ErrorDetail.ErrorType
-
Packages that use ErrorDetail.ErrorType Package Description io.electrum.suv.api.models -
-
Uses of ErrorDetail.ErrorType in io.electrum.suv.api.models
Methods in io.electrum.suv.api.models that return ErrorDetail.ErrorType Modifier and Type Method Description static ErrorDetail.ErrorTypeErrorDetail.ErrorType. fromValue(String text)ErrorDetail.ErrorTypeErrorDetail. getErrorType()The type of error that occurredstatic ErrorDetail.ErrorTypeErrorDetail.ErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorDetail.ErrorType[]ErrorDetail.ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.electrum.suv.api.models with parameters of type ErrorDetail.ErrorType Modifier and Type Method Description ErrorDetailErrorDetail. errorType(ErrorDetail.ErrorType errorType)voidErrorDetail. setErrorType(ErrorDetail.ErrorType errorType)
-