Uses of Class
com.storedobject.common.Fault
Packages that use Fault
-
Uses of Fault in com.storedobject.client
Methods in com.storedobject.client that return Fault -
Uses of Fault in com.storedobject.common
Fields in com.storedobject.common declared as FaultModifier and TypeFieldDescriptionstatic final FaultFault.ACCOUNT_ALREADY_EXISTSIndicates that an account with the same identifier already exists.static final FaultFault.ACCOUNT_NOT_FOUNDIndicates that the requested account could not be found.static final FaultFault.ACCOUNT_NOT_SPECIFIEDIndicates that the account identifier was not provided.static final FaultFault.ACTION_NOT_SPECIFIEDIndicates that an action was required but not specified.static final FaultFault.CUSTOMER_NOT_FOUNDIndicates that the requested customer could not be found.static final FaultFault.DUPLICATE_ENTRY_FOUNDIndicates that a duplicate entry was found.static final FaultIndicates that a duplicate reference was found.static final FaultFault.EMPTY_NARRATIONIndicates that a narration is required but was not provided.static final FaultIndicates that the external system is not recognized.static final FaultFault.ILLEGAL_ACCESSIndicates that access is illegal or prohibited.static final FaultFault.INVALID_AMOUNTIndicates that an amount value is invalid.static final FaultFault.INVALID_CURRENCYIndicates that a currency value is invalid.static final FaultFault.INVALID_DATEIndicates that a date value is invalid.static final FaultFault.INVALID_PERIODIndicates that a period value is invalid.static final FaultFault.MULTIPLE_ENTRIES_FOUNDIndicates that multiple entries were found where a single entry was expected.static final FaultFault.NO_ENTRIES_FOUNDIndicates that no entries were found.static final FaultFault.NOT_A_CUSTOMER_ACCOUNTIndicates that the account is not a customer account.static final FaultFault.NOT_A_DEPOSIT_ACCOUNTIndicates that the account is not a deposit account.static final FaultFault.NOT_A_GL_ACCOUNTIndicates that the account is not a general ledger account.static final FaultFault.NOT_A_LOAN_ACCOUNTIndicates that the account is not a loan account.static final FaultFault.NOT_ALLOWEDIndicates that the current operation is not allowed.static final FaultFault.NOT_ENOUGH_BALANCEIndicates that the available balance is insufficient for the requested operation.static final FaultFault.OTP_MISMATCHIndicates that the one-time password does not match.static final FaultIndicates that only part of the transaction was committed.static final FaultFault.REFERENCE_ALREADY_EXISTSIndicates that a reference with the same value already exists.static final FaultFault.REFERENCE_NOT_FOUNDIndicates that the requested reference could not be found.static final FaultFault.REFERENCE_NOT_SPECIFIEDIndicates that the reference identifier was not provided.static final FaultFault.TECHNICAL_FAULTA technical fault indicating an unexpected internal error.static final FaultIndicates that transaction approval failed.static final FaultFault.TRANSACTION_NOT_BALANCEDIndicates that a transaction is not balanced.static final FaultFault.TRANSACTION_NOT_FOUNDIndicates that the requested transaction could not be found.static final FaultFault.UNCATEGORIZED_FAULTA fallback fault used when no specific category applies to the error.static final FaultFault.UNKNOWN_ACTIONIndicates that the requested action is not recognized.static final FaultFault.VOUCHER_NOT_FOUNDIndicates that the requested voucher could not be found.Methods in com.storedobject.common that return FaultModifier and TypeMethodDescriptionAppends a message to the existing fault message with a default separator.Appends the given message to the current message using the specified delimiter.Fault.replace(int code) Replaces the code of the Fault with the given code and returns the updated Fault object.Replaces the message of a Fault object. -
Uses of Fault in com.storedobject.core
Methods in com.storedobject.core that return FaultModifier and TypeMethodDescriptionprotected FaultJSONTransact.commit(Device device, JournalVoucher jv, JSON json, JSONMap result) Methods in com.storedobject.core with parameters of type Fault