Namespace:
RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public enum ReasonCode
Members
Member name | Value | Description | |
---|---|---|---|
Success | 0 | ||
Failure | 1 | ||
CustomFieldAlreadyExists | 2 | ||
CustomFieldReservedWord | 3 | ||
InUseBySiteProperty | 4 | ||
InUseByUserProperty | 5 | ||
InUseByListingProperty | 6 | ||
InUseByListingActionProperty | 7 | ||
CurrencyNotSupported | 8 | ||
InvoiceTypeNotSupported | 9 | ||
CategoryAlreadyExists | 10 | ||
InUseByListing | 11 | ||
HasChildCategories | 12 | ||
UserNotExist | 13 | ||
VerificationTokenIncorrect | 14 | ||
RequiredArgumentNull | 15 | ||
RequiredArgumentMissing | 16 | ||
RequiredArgumentOutOfBounds | 17 | ||
ActingUserNameNotSpecified | 18 | ||
ActingUserIsNotInRequiredRole | 19 | ||
ActingUserIsNotRequiredUser | 20 | ||
ActingUserIsNotAuthorized | 21 | ||
ActingUserLacksPermission | 22 | ||
PasswordIncorrect | 23 | ||
ResetTokenIncorrect | 24 | ||
RoleNameNotUnique | 25 | ||
CreditCardNotOwnedByUser | 26 | ||
CannotDeletePrimaryCreditCard | 27 | ||
InvalidDuration | 28 | ||
ProxyBeatingNewBid | 29 | ||
BidAmountTooLow | 30 | ||
CantLowerProxyBid | 31 | ||
ListingChangedDuringProcessing | 32 | ||
QuantityTooHigh | 33 | ||
ListingNotActive | 34 | ||
UnexpectedTransactionType | 35 | ||
InvalidIPN | 36 | ||
MissingPaymentProviderForIPN | 37 | ||
InUseByShippingOption | 38 | ||
UserNameAlreadyExists | 39 | ||
UserEmailAlreadyExists | 40 | ||
LicenceInvalid | 41 | ||
BadListingActionValue | 42 | ||
UnknownPaymentMethod | 43 | ||
InvoiceNotFound | 44 | ||
BillingAddressRequiredBeforePayment | 45 | ||
ShippingAddressRequiredBeforePayment | 46 | ||
ShippingOptionRequiredBeforePayment | 47 | ||
InvoiceAlreadyPaid | 48 | ||
InvoiceNotPaid | 49 | ||
ListingNotExist | 50 | ||
ListerPerformingAction | 51 | ||
InvalidStateForListing | 52 | ||
FeedbackAlreadyExists | 53 | ||
FeedbackNotAllowed | 54 | ||
CustomFieldEditingForbidden | 55 | ||
CustomFieldDeletingForbidden | 56 | ||
InvalidRoleAssignment | 57 | ||
InvoiceTotalMustNotBeNegative | 58 | ||
CantRelistSuccessfulListing | 59 | ||
CantRelistActiveListing | 60 | ||
SalesTaxAlreadyExists | 61 | ||
PropertyDoesntExist | 62 | ||
MissingCultureCode | 63 | ||
LineItemNotfound | 64 | ||
LineItemInvoiced | 65 | ||
LineItemVoided | 66 | ||
ShippingOptionNotFound | 67 | ||
CantAddLineItemToInvoiceWithDifferntOwner | 68 | ||
RoleNotFound | 69 | ||
AddressNotFound | 70 | ||
AddressNotOwnedByUser | 71 | ||
CreditCardNotFound | 72 | ||
ArgumentInIncorrectFormat | 73 | ||
TaxRateNotOwnedByUser | 74 | ||
UserMessageNotFound | 75 | ||
InvalidListingType | 76 | ||
BuyNowNotAvailable | 77 | ||
InvalidCategoryId | 78 | ||
DuplicateCustomFieldName | 79 | ||
DuplicateContentName | 80 | ||
CannotDeletePrimaryAdmin | 81 | ||
OnlyPaidInvoicesCanBeMarkedShipped | 82 | ||
MissingListingOwner | 83 | ||
AsyncActionWait | 84 | ||
LotNotExist | 85 | ||
RelistingLotNotAllowed | 86 | ||
AlreadyWatching | 87 | ||
LineItemAlreadyInvoiced | 88 | ||
EventNotExist | 89 | ||
EventMustBeClosedToArchive | 90 | ||
EventMustBeArchivedToUnarchive | 91 | ||
CantAddLineItemToPaidInvoice | 92 | ||
ListingWithLotCantBeDeleted | 93 | ||
EventAlreadyPublished | 94 | ||
EventPublicationWithDraftLotsNotAllowed | 95 | ||
CantRelistDraftListing | 96 | ||
CantPublishEventEndingInPast | 97 | ||
CantAskQuestionOnOwnListing | 98 | ||
QuestionNotExist | 99 | ||
StripeAccountConnectionFailed | 100 | ||
DisabledBySeller | 101 | ||
MissingApiKey | 102 | ||
FieldNotExist | 103 | ||
TemplateNotExist | 104 | ||
ListingTypeDoesNotSupportOffers | 105 | ||
MakeOfferNotAvailable | 106 | ||
OfferNotExist | 107 | ||
OfferAlreadyAccepted | 108 | ||
OfferAlreadyDeclined | 109 | ||
OfferIsExpired | 110 | ||
OfferAlreadyCountered | 111 | ||
ShippingChangeNotAllowedOnPaidInvoice | 112 | ||
ListingWithLotCantBeEndedEarly | 113 | ||
IncreasedOwnMaxBid | 114 | ||
ConsignorNotExist | 115 | ||
SellerNotExist | 116 | ||
IncorrectLineItemType | 117 | ||
InvalidStatementTotal | 118 | ||
StatementNotFound | 119 | ||
MissingStripeCardId | 120 | ||
MissingStripeCustomerId | 121 | ||
ConsignorPerformingAction | 122 | ||
StatementLineItemAlreadyAssigned | 123 | ||
CantAddLineItemToStatementWithDifferntOwner | 124 |
See Also