C# Class Deveel.Data.SystemErrorCodes

Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
GetErrorCode ( string errorName ) : int
IsSystemError ( int value ) : bool
IsSystemError ( string name ) : bool

Private Methods

Method Description
BuildErrorMap ( ) : int>.Dictionary
SystemErrorCodes ( ) : System

Method Details

GetErrorCode() public static method

public static GetErrorCode ( string errorName ) : int
errorName string
return int

IsSystemError() public static method

public static IsSystemError ( int value ) : bool
value int
return bool

IsSystemError() public static method

public static IsSystemError ( string name ) : bool
name string
return bool