| Constant and description | 
|---|
| INVALID_SARL_VERSION_BYTECODE
          The byte code (the class) of io.sarl.lang.core.SARLVersion does not contains the expected field.  | 
       
| NO_SARL_VERSION_CLASS
          SARL version class not found.  | 
       
| NO_SARL_VERSION_DECLARED_TYPE
          SARL version class is not a Xtext declared type.  | 
       
| NO_SARL_VERSION_FIELD
          SARL version field not found.  | 
       
| NO_SARL_VERSION_VALUE
          SARL version value not found.  | 
       
| SARL_FOUND
          SARL Library was found.  | 
       
| Modifier and type | Action and description | 
|---|---|
| static SarlLibraryErrorCode | valueOf(String) | 
| static SarlLibraryErrorCode | values | 
static val INVALID_SARL_VERSION_BYTECODE : SarlLibraryErrorCode
static val NO_SARL_VERSION_CLASS : SarlLibraryErrorCode
static val NO_SARL_VERSION_DECLARED_TYPE : SarlLibraryErrorCode
static val NO_SARL_VERSION_FIELD : SarlLibraryErrorCode
static val NO_SARL_VERSION_VALUE : SarlLibraryErrorCode
static val SARL_FOUND : SarlLibraryErrorCode
def valueOf(String) : SarlLibraryErrorCode
def values : SarlLibraryErrorCode