![]() | ResultAddressErrors Enumeration |
Namespace: SeniorSystemsWS.Entity
Member name | Value | Description | |
---|---|---|---|
Success | 0 | Method call was successful. | |
RecordLockedInAnotherTransaction | 1 | The pending address record being referenced is currently locked by another process. This usually means that the record is in the process of being approved. | |
DataTooLarge | 2 | Data in one of the fields is too large for the database. See ResultAddress.Message for the name of the field. | |
ApprovalInProcess | 3 | The pending address record being referenced has been partially approved and cannot be changed. No further address changes can be made to this address until the approval has been completed. | |
InvalidAddressNumber | 4 | The address number provided does not reference an address record. | |
InvalidAddressNumberForOperation | 5 | The address number provided references a valid address, but this address is incompatible with the method. This will often be the error when an address number is provided for a non-parent and non-constituent person. | |
InvalidEntityNumber | 6 | The entity number provided is invalid. There are several conditions that can trigger this error. It may not reference any person or the person it references isn't of a valid type for the method call (a faculty member when the method expects a parent). | |
InvalidAddressCode | 7 | An invalid value was given for the AddressCode property in the Address classes. | |
InvalidBillCode | 8 | Acceptable values are "Original", "Copy", or blank. | |
OnlyOneResidentialAddress | 9 | An attempt was made to add a second residential address to a parent. |