Click or drag to resize

ResultAddressErrors Enumeration

Possible error codes in ResultAddress.ErrorType.

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public enum ResultAddressErrors
Members
  Member nameValueDescription
Success0 Method call was successful.
RecordLockedInAnotherTransaction1 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.
DataTooLarge2 Data in one of the fields is too large for the database. See ResultAddress.Message for the name of the field.
ApprovalInProcess3 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.
InvalidAddressNumber4 The address number provided does not reference an address record.
InvalidAddressNumberForOperation5 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.
InvalidEntityNumber6 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).
InvalidAddressCode7 An invalid value was given for the AddressCode property in the Address classes.
InvalidBillCode8 Acceptable values are "Original", "Copy", or blank.
OnlyOneResidentialAddress9 An attempt was made to add a second residential address to a parent.
See Also