Click or drag to resize

StatusCode Enumeration

Namespace:  LSRetail.Omni.Domain.DataModel.Base
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public enum StatusCode
Members
  Member nameValueDescription
OK0 Success!
Error1 Error unknown
AuthFailed2 Authentication failed, user name and password entered do not match data in system
UserNameExists3 User name exists and in use in system. Signup / registration can return this code
UserNamePasswordInvalid4 User name OR password are invalid. Do not pass the basic validation routine
ParameterInvalid5 Required parameter is missing, invalid or empty. (ex. if deviceId is required)
ItemNotFound6
AccountNotFound7 Account not found. Back office may require the account id in their web service
DeviceIdMissing8 Device ID is missing (ex. during login)
ContactIdNotFound9 ContactId not found in system. Methods that pass in contact id can return this code
CurrentListDeleteNotAllowed10 Current list can not be deleted
PasswordInvalid11 Password or new password is invalid. ChangePassword and ContactCreate can return this code
PasswordOldInvalid12 Old password is invalid. ChangePassword can return this code
UserNameInvalid13 User name is invalid. ContactCreate can return this code
EmailInvalid14 Email is invalid. ContactCreate can return this code
DeviceIsBlocked15 Device has been blocked. All methods can return this code
EmailExists17 Email already in use. ContactCreate and ContactUpdate can return this code
MissingLastName18 Last name is missing. ContactCreate and ContactUpdate can return this code
MissingFirstName19 First name is missing. ContactCreate and ContactUpdate can return this code
MissingItemId20 Item Id was expected in backoffice
MissingStoreId21 StoreId was expected in backoffice
AppSettingsNotFound22 AppSettings not found.
OrderQueueIdNotFound23 Order in Queue not found.
ConfigNotFound24 Config not found.
OneAccountInvalid30
PrivateAccountInvalid31
ClubOrSchemeInvalid32
ResetPasswordCodeNotFound35
ResetPasswordCodeExpired36
TerminalTypeNotMobile37
ResetPasswordCodeInvalid38
OneListNotFound39
Upgrade50 Need to upgrade the client, the client version and server version logic enforce this
CurrencyCodeNotFound51
TaskStatusCannotChange61
SecurityTokenInvalid100 Security token is invalid. Security token is missing, empty or not found in system
AccessNotAllowed101 Logged in user does not have permission to view the requested data
UserNotLoggedIn102 User is not logged in. SecurityToken used is valid but user is not longer logged into system
PrimaryKeyDuplication150 Primary key duplication
CommunicationFailure200 Communication error. ONLY used in REST client code. server not found, incorrect url, timeout etc
GeneralErrorCode1001
MissingTenderLines1002
UserNameNotFound1101
QtyMustBePositive1106
LineNoMission1107
CardIdInvalid1130
LoginIdNotMemberOfClub1140
DeviceIdNotFound1150
CouponNotFound1210
AccountContactIdInvalid1220
AccountExistsInOtherClub1230
MissingItemNumer1400 Missing Item Id
MissingStoreNumber1410 Missing Store ID
PosNotExists1600
StoreNotExists1601
StaffNotExists1602
ItemNotExists1603
VATSetupMissing1604
InvalidUom1605
ItemBlocked1606
InvalidVariant1607
InvalidPriceChange1608
PriceChangeNotAllowed1609
PriceToHigh1610
InvalidDiscPercent1611
IncExpNotFound1612
TenderTypeNotFound1613
InvalidTOTDiscount1614
NotMobilePos1615
InvalidPostingBalance1619
SuspendWithPayment1620
UnknownSuspError1621
SuspKeyNotFound1625
TransServError1626
SuspTransNotFound1627
PaymentPointsMissing1628
NAVWebFunctionNotFound1629
CustomerNotFound1670
NoEntriesFound1673
MemberAccountNotFound1674
MemberCardNotFound1675
NoEntriesFound21676
NoEntriesFound31677
NoEntriesFound41678
CardInvalidInUse1700
CardInvalidStatus1701
InvalidPrinterId1711
InvalidPrintMethod1712
LoginidExists1401
InvalidLoginid1402
InvalidPassword1403
InvalidEmail1404
MissingLastname1405
MissingFirstname1406
InvalidAccount1407
InvalidOneaccount1408
InvalidPrivate1409
InvalidClub1410
InvalidScheme1411
InvalidClubScheme1412
InvalidSchemeClub1413
TerminalIdMissing1414
TransacitionIdMissing1415
EmailMissing1416
ClubInvalid1417
SchemeInvalid1418
SchemeClubInvalid1419
ContactIsBlocked2000
InvalidNode3030
ServerRefusingToRespond4002
DiningTableStatusNotAbleToChange4003
CannotChangeNumberOfCoverOnTableNotSeated4004
CannotChangeNumberOfCoverOnTableNoSetup4005
SeatingNotUsedInHospType4006
StatusOfTableAlredySeated4007
SeatingNotPossible4008
POSTransNotFoundForActiveOrder4009
NoKitchenStatusFound4010
OpenPOSNotALlowed4011
MainStatusNorCorrect4020
TableAlreadyLocked4021
SuspendFailure4030
NoHMPMenuFound4031
HMPMenuNotEnabled4032
HMPMenuNoDynamicContentFoundToday4033
VendorNotFound5001
UnknownUser7001
NavWSError8000
TransactionPost8010
TransactionCalc8020
GetHierarchy8030
GetHierarchyNode8040
GetItemInventory8050
GenericError10000
LogSaveError10100
LogGetError10101
LogDeleteError10102
CustomerSearchError10200
GetItemsError10300
GetItemsByItemSearchError10301
GetItemByBarcodeError10302
GetPluMenuItemsError10303
GetItemByIdError10304
GetUnitOfMeasureByIdError10305
GetVariantsByItemIdError10306
GetVariantByIdError10307
GetItemPriceError10308
GetBarcodeMasks10309
TerminalOrStoreError10400
GetTenderTypeError10500
GetTaxSetupError10501
GetUserError10600
LoginUserError10601
SaveSettingsError10700
GetDefaultHospTypeIdError10800
GetHospTypesError10801
See Also