Click or drag to resize

ResultErrorCode Property

Gets or sets the error code.

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public string ErrorCode { get; set; }

Property Value

Type: String
The error code.
Remarks
The error code is one of the following values:
Error CodeDescription
RecordLockedInAnotherTransactionThe record being referenced is currently locked by another process. This usually means that the record is in the process of being approved.
RecordDoesNotExistThe record being referenced cannot be found.
InvalidSchoolThe school ID provided is not a valid school ID.
InvalidStudentIDThe student ID provided is not a valid student ID.
InvalidCourseIDThe course ID provided is not a valid course ID.
InvalidCourseIDAlt1The first alternate course ID provided is not a valid course ID.
InvalidCourseIDAlt2The second alternate course ID provided is not a valid course ID.
InvalidRequestPriorityThe value supplied for the request priority is not valid.
InvalidRequestTermsThe value supplied for the request terms is not a valid term.
DuplicateRecordThe information provided results in a duplicate record being entered.
See Also