CommonLibVR
ErrorCodes.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  namespace BSResource
6  {
7  enum class ErrorCode
8  {
9  kNone = 0,
10  kNotExist = 1,
11  kInvalidPath = 2,
12  kFileError = 3,
13  kInvalidType = 4,
14  kMemoryError = 5,
15  kBusy = 6,
16  kInvalidParam = 7,
17  kUnsupported = 8
18  };
19  }
20 }
ErrorCode
Definition: ErrorCodes.h:8
Definition: AbsorbEffect.h:6