Click or drag to resize

SoxErrorCode Enumeration

Sox Error Codes

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public enum SoxErrorCode
Members
  Member nameValueDescription
Unknown-1 Unkonwn Error
BrGetBoxTypes102 Indicates an error occurred inside the GetBoxTypes business rule
BrUserNameValidate103 Indicates an error occurred inside the UserNameValidate business rule
BrUserMethod104 Indicates an error occurred inside the UserMethod business rule
BrLoad105 Indicates an error occurred inside the Load business rule
BrLoadDistributionList106 Indicates an error occurred inside the LoadDistributionList business rule
BrLoadBatch107 Indicates an error occurred inside the LoadBatch business rule
BrPreRate110 Indicates an error occurred inside the PreRate business rule
BrRate111 Indicates an error occurred inside the Rate business rule
BrPostRate112 Indicates an error occurred inside the PostRate business rule
BrPreShip115 Indicates an error occurred inside the PreShip business rule
BrShip116 Indicates an error occurred inside the Ship business rule
BrPostShip117 Indicates an error occurred inside the PostShip business rule
BrPrePrint120 Indicates an error occurred inside the PrePrint business rule
BrPrint121 Indicates an error occurred inside the Print business rule
BrPostPrint122 Indicates an error occurred inside the PostPrint business rule
BrErrorLabel124 Indicates an error occurred inside the ErrorLabel business rule
BrPreVoid125 Indicates an error occurred inside the PreVoid business rule
BrVoid126 Indicates an error occurred inside the Void business rule
BrPostVoid127 Indicates an error occurred inside the PostVoid business rule
BrPreCloseOut130 Indicates an error occurred inside the PreCloseOut business rule
BrCloseManifest131 Indicates an error occurred inside the CloseManifest business rule
BrPostCloseOut132 Indicates an error occurred inside the PostCloseOut business rule
BrPreTransmit135 Indicates an error occurred inside the PreTransmit business rule
BrTransmit136 Indicates an error occurred inside the Transmit business rule
BrPostTransmit137 Indicates an error occurred inside the PostTransmit business rule
BrPreProcessBatch140 Indicates an error occurred inside the PreProcessBatch business rule
BrPostProcessBatch141 Indicates an error occurred inside the PostProcessBatch business rule
BrParseBatchFile142 Indicates an error occurred inside the ParseBatchFile business rule
BrPrePack145 Indicates an error occurred inside the PrePack business rule
BrPostPack146 Indicates an error occurred inside the PostPack business rule
BrPrePackRate147 Indicates an error occurred inside the PrePackRate business rule
BrPostPackRate148 Indicates an error occurred inside the PostPackRate business rule
BrPreAddressValidation150 indicates an error occurred inside preAddressValidation business rule
BrAddressValidation151 indicates an error occurred inside AddressValidation business rule
BrPostAddressValidation152 indicates an error occurred inside postAddressValidation business rule
BrPreReProcess153 indicates an error occurred inside preReProcess business rule
BrPostReProcess154 indicates an error occurred inside postReProcess business rule
BrPreModifyPackageList155 indicates an error occurred inside preModifyPackageList business rule
BrPostModifyPackageList156 indicates an error occurred inside postModifyPackageList business rule
BrPreCloseGroup157 indicates an error occurred inside preCloseGroup business rule
BrPostCloseGroup158 indicates an error occurred inside postCloseGroup business rule
BrPreCreateGroup159 indicates an error occurred inside preCreateGroup business rule
BrPostCreateGroup160 indicates an error occurred inside postCreateGroup business rule
BrPreModifyGroup161 indicates an error occurred inside preModifyGroup business rule
BrPostModifyGroup161 indicates an error occurred inside postModifyGroup business rule
BrClientNewShipment150 client new shipment business rule error
BrClientKeystroke151 client keystroke business rule error
BrClientPageLoad152 client page load business rule error
BrClientAddPackage155 client add package business rule error
BrClientPreviousPackage156 client previous package business rule error
BrClientNextPackage157 client next package business rule error
BrClientPreLoad160 client pre load business rule error
BeClientPostLoad161 client post load business rule error
BrClientPreShip165 client pre ship business rule error
BrClientPostShip166 client post ship business rule error
BrClientPrePrint170 client pre print business rule error
BrClientPostPrint171 client post print business rule error
BrClientPreCloseOut175 client pre closeout business rule error
BrClientPostCloseOut176 client post closeout business rule error
Load201 load method error
LoadBatch202 load batch error
LoadStagedBatch203 load Staged Batch error
Stagebatch204 stage batch error
AddShipmentToBatch205 add shipment to batch error
ParseBatchFile206 Parse Batch File
Rate210 rate error
Ship220 ship error
ReShip221 reShip error
ShipBatch222 Ship Batch Error
ReProcess223 ReProcess Error
ModifyPackageList224 ModifyPackageList Error
VoidPackage230 void package error
VoidBatch235 void batch error
Print240 print error
PrintBatch245 print batch error
Closeout250 closeout error
Transmit260 transmit error
ProcessBatch270 process batch error
Pack280 pack error
PackPartial281 Indicates a pack request was partialy successful
AddressValidation290 Indicates an address validation error occurred
OpenGroup300 open a group error
ModifyGroup301 modify a group error
CloseGroup302 close a group error
CreateGroup303 create group error
UpdateNameAddress310 update NameAddress countries
Search320 search open packages
SearchHistory321 search closed packages
FuelSurcharge330 fuelSurcharge
Track340 track
ShipOrder350 shipOrder
CancelPickup352 cancel Pickup
CreatePickup354 create pickup
DBInsert400 database insert error
DBSelect410 database select error
DBUpdate420 database update error
DBDelete430 database delete error
Admin500 Admin error
Email501 Email error
ConfigDbProvider530 Config db provider error
AppDbProvider560 App db provider error
SoxDbProvider590 Sox db provider error
ValidateDate901 Validate Date
AdapterLoad989 adapter load error
PackAdapter990 pack adapter error
ShipAdapter995 ship adapter error
TrackAdapter997 Track adapter error
PackRate998 Pack rate error
PickupAdapter991 Pickup Adapter Error
ShipDistribution999 Ship Distribution error
UserMethod561 User Method error
Notifications562 Notifications error
NotificationHub563 Notification Hub
CommodityContent564 CommodityContent
ImportCompanyConfiguration565 Import Company Configuration
HazmatContent566 HazmatContent
PendingShipment567 Pending Shipment
See Also