AERMRE 1.5.1
AER modding framework for Hyper Light Drifter.
|
Global error state of the MRE. More...
Go to the source code of this file.
Enumerations | |
enum | AERErrCode { AER_TRY = -1 , AER_OK = 0 , AER_NULL_ARG = 1 , AER_SEQ_BREAK = 2 , AER_OUT_OF_MEM = 3 , AER_FAILED_LOOKUP = 4 , AER_FAILED_PARSE = 5 , AER_BAD_FILE = 6 , AER_BAD_VAL = 7 } |
Possible values of aererr. More... | |
Variables | |
AERErrCode | aererr |
Error state of most recently called MRE function. More... | |
Global error state of the MRE.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
enum AERErrCode |
Possible values of aererr.
Enumerator | |
---|---|
AER_TRY | Flag that informs the MRE that the next public function call is being error-checked. Functions will never report this error.
|
AER_OK | Function did not report an error.
|
AER_NULL_ARG | Function received
|
AER_SEQ_BREAK | Function called at incorrect stage of runtime execution.
|
AER_OUT_OF_MEM | Function unable to allocate necessary memory required for proper execution.
|
AER_FAILED_LOOKUP | Function called with an invalid index, ID or key.
|
AER_FAILED_PARSE | Function unable to parse resource.
|
AER_BAD_FILE | Function unable to read file.
|
AER_BAD_VAL | Function encountered an invalid value or combination of values.
|
|
extern |
Error state of most recently called MRE function.