at.gv.egiz.moodle.eidconnector
Class ErrorCode

java.lang.Object
  extended by at.gv.egiz.moodle.eidconnector.ErrorCode

public final class ErrorCode
extends Object

Author:
AT-TUG (Thomas Knall)

Field Summary
static int AUTH_PROVIDER_ERROR
           
static int DATA_NOT_AVAILABLE
           
static int INVALID_AGE_FORMAT
           
static int INVALID_DATE_FORMAT
           
static int INVALID_QAA_LEVEL_FORMAT
           
static int NO_ERROR
           
static int NOT_SPECIFIED_ERROR
           
static int UNKNOWN_ERROR
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_ERROR

public static final int UNKNOWN_ERROR
See Also:
Constant Field Values

NO_ERROR

public static final int NO_ERROR
See Also:
Constant Field Values

NOT_SPECIFIED_ERROR

public static final int NOT_SPECIFIED_ERROR
See Also:
Constant Field Values

INVALID_DATE_FORMAT

public static final int INVALID_DATE_FORMAT
See Also:
Constant Field Values

INVALID_AGE_FORMAT

public static final int INVALID_AGE_FORMAT
See Also:
Constant Field Values

DATA_NOT_AVAILABLE

public static final int DATA_NOT_AVAILABLE
See Also:
Constant Field Values

AUTH_PROVIDER_ERROR

public static final int AUTH_PROVIDER_ERROR
See Also:
Constant Field Values

INVALID_QAA_LEVEL_FORMAT

public static final int INVALID_QAA_LEVEL_FORMAT
See Also:
Constant Field Values


Copyright 2009 EGIZ. All Rights Reserved.