  | 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)
Syntaxpublic string ErrorCode { get; set; }Public Property ErrorCode As String
	Get
	Set
public:
property String^ ErrorCode {
	String^ get ();
	void set (String^ value);
}function get ErrorCode () : String
function set ErrorCode (value : String)
function get_ErrorCode();
function set_ErrorCode(value);
Property Value
Type: 
StringThe error code.
Remarks
            The error code is one of the following values:
            
| Error Code | Description | 
|---|
| RecordLockedInAnotherTransaction | The record being referenced is currently locked by another process.  This usually 
            means that the record is in the process of being approved. | 
| RecordDoesNotExist | The record being referenced cannot be found. | 
| InvalidSchool | The school ID provided is not a valid school ID. | 
| InvalidStudentID | The student ID provided is not a valid student ID. | 
| InvalidCourseID | The course ID provided is not a valid course ID. | 
| InvalidCourseIDAlt1 | The first alternate course ID provided is not a valid course ID. | 
| InvalidCourseIDAlt2 | The second alternate course ID provided is not a valid course ID. | 
| InvalidRequestPriority | The value supplied for the request priority is not valid. | 
| InvalidRequestTerms | The value supplied for the request terms is not a valid term. | 
| DuplicateRecord | The information provided results in a duplicate record being entered. | 
See Also