Initial commit
This commit is contained in:
22
src/errortype.h
Normal file
22
src/errortype.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* ErrorType.h
|
||||
*
|
||||
* Created on: May 23, 2019
|
||||
* Author: nathan
|
||||
*/
|
||||
|
||||
#ifndef SRC_ERRORTYPE_H_
|
||||
#define SRC_ERRORTYPE_H_
|
||||
|
||||
|
||||
enum class ErrorType
|
||||
{
|
||||
none,
|
||||
outOfBounds,
|
||||
illegalState,
|
||||
outOfMemory,
|
||||
invalidArgument
|
||||
};
|
||||
|
||||
|
||||
#endif /* SRC_ERRORTYPE_H_ */
|
||||
Reference in New Issue
Block a user