OpenSWMM Engine  6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
ErrorCodes.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
2//
3// Copyright 2026 Caleb Buahin
4//
5// Licensed under the Apache License, Version 2.0 (the "License");
6// you may not use this file except in compliance with the License.
7// You may obtain a copy of the License at
8//
9// http://www.apache.org/licenses/LICENSE-2.0
10//
11// Unless required by applicable law or agreed to in writing, software
12// distributed under the License is distributed on an "AS IS" BASIS,
13// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14// See the License for the specific language governing permissions and
15// limitations under the License.
16
39
40#ifndef OPENSWMM_ENGINE_ERROR_CODES_HPP
41#define OPENSWMM_ENGINE_ERROR_CODES_HPP
42
43#include <string>
44#include <string_view>
45
46namespace openswmm {
47
48// ============================================================================
49// Error codes — matching legacy error.h / error.txt numeric values
50// ============================================================================
51
52enum ErrorCode : int {
54
55 // --- System errors (100s) ---
56 ERR_MEMORY = 101,
60
61 // --- Object validation errors (108–145) ---
65 ERR_LENGTH = 111,
69 ERR_SLOPE = 115,
71 ERR_XSECT = 119,
74 ERR_LOOP = 131,
86
87 // --- Hydrology errors (151–159) ---
95
96 // --- Treatment ---
98
99 // --- Curves / timeseries (171–173) ---
102
103 // --- Snow / LID (181–188) ---
111
112 // --- Date / reporting (191–195) ---
116
117 // --- Input parsing (200–235) ---
118 ERR_INPUT = 200,
120 ERR_ITEMS = 203,
123 ERR_NAME = 209,
136
137 // --- File I/O (301–363) ---
172
173 // --- System / API errors (500–509) — legacy API error keys ---
184
185 // --- New 6.0 errors (600+) ---
190
191 // --- Virtual junctions (609–621) — refactored engine only ---
199
200 // --- Inlet junctions (623–635) — refactored engine only ---
208};
209
210// ============================================================================
211// CFFI error codes — categorical codes from the C API
212// ============================================================================
213// These map to the SWMM_ErrorCode enum in openswmm_engine.h and provide
214// broad categories. Use error_get_cffi_template() to get descriptions.
215
234
235// ============================================================================
236// CFFI warning codes
237// ============================================================================
238
249
250// ============================================================================
251// Warning codes — matching legacy text.h WARN01–WARN13
252// ============================================================================
253
280
281// ============================================================================
282// Lookup and formatting
283// ============================================================================
284
296std::string_view error_get_template(int code) noexcept;
297
303std::string_view warning_get_template(int code) noexcept;
304
315std::string format_error(int code, std::string_view name = "");
316
328std::string format_error(int code, std::string_view name, std::string_view detail);
329
337std::string format_warning(int code, std::string_view name = "");
338
342std::string format_warning(int code, std::string_view name, std::string_view detail);
343
344// ============================================================================
345// CFFI / C API code lookup
346// ============================================================================
347
353std::string_view cffi_error_get_template(int code) noexcept;
354
360std::string_view cffi_warning_get_template(int code) noexcept;
361
368std::string format_cffi_error(int code, std::string_view name = "");
369
376std::string format_cffi_warning(int code, std::string_view name = "");
377
378} /* namespace openswmm */
379
380#endif /* OPENSWMM_ENGINE_ERROR_CODES_HPP */
Definition NodeCoupling.cpp:16
CffiErrorCode
Definition ErrorCodes.hpp:216
@ CFFI_ERR_NUMERICAL
numerical solver error
Definition ErrorCodes.hpp:231
@ CFFI_ERR_HOTSTART
hot start file error
Definition ErrorCodes.hpp:229
@ CFFI_ERR_IO
file I/O error
Definition ErrorCodes.hpp:228
@ CFFI_ERR_RPTFILE
cannot open report file
Definition ErrorCodes.hpp:220
@ CFFI_ERR_LIFECYCLE
invalid engine lifecycle state transition
Definition ErrorCodes.hpp:223
@ CFFI_ERR_PLUGIN
plugin initialization or execution error
Definition ErrorCodes.hpp:227
@ CFFI_ERR_PARSE
input parsing error
Definition ErrorCodes.hpp:222
@ CFFI_OK
Definition ErrorCodes.hpp:217
@ CFFI_ERR_NOMEM
memory allocation error
Definition ErrorCodes.hpp:218
@ CFFI_ERR_BADINDEX
invalid object index
Definition ErrorCodes.hpp:225
@ CFFI_ERR_INTERNAL
internal engine error
Definition ErrorCodes.hpp:232
@ CFFI_ERR_BADHANDLE
invalid engine handle
Definition ErrorCodes.hpp:224
@ CFFI_ERR_CRS
coordinate reference system error
Definition ErrorCodes.hpp:230
@ CFFI_ERR_BADPARAM
invalid parameter value
Definition ErrorCodes.hpp:226
@ CFFI_ERR_INPFILE
cannot open input file
Definition ErrorCodes.hpp:219
@ CFFI_ERR_OUTFILE
cannot open output file
Definition ErrorCodes.hpp:221
std::string format_cffi_error(int code, std::string_view name)
Format a CFFI error message.
Definition ErrorCodes.cpp:385
std::string_view cffi_warning_get_template(int code) noexcept
Get the description for a CFFI warning code (SWMM_WarnCode).
Definition ErrorCodes.cpp:379
std::string_view warning_get_template(int code) noexcept
Get the description template for a warning code.
Definition ErrorCodes.cpp:249
std::string format_error(int code, std::string_view name)
Format an error message with object name substitution.
Definition ErrorCodes.cpp:276
std::string_view cffi_error_get_template(int code) noexcept
Get the description for a CFFI error code (SWMM_ErrorCode).
Definition ErrorCodes.cpp:373
WarnCode
Definition ErrorCodes.hpp:254
@ WARN_NEGATIVE_OFFSET
negative offset ignored for Link s
Definition ErrorCodes.hpp:258
@ WARN_DRY_STEP_INCREASED
dry weather time step increased to the wet weather time step
Definition ErrorCodes.hpp:261
@ WARN_INLET_REMOVED
inlet removed due to unsupported shape for Conduit s
Definition ErrorCodes.hpp:267
@ WARN_MIN_SLOPE
minimum slope used for Conduit s
Definition ErrorCodes.hpp:260
@ WARN_MIN_ELEV_DROP
minimum elevation drop used for Conduit s
Definition ErrorCodes.hpp:259
@ WARN_BOUNDARY_OVERLAP
boundary regions overlap for s
Definition ErrorCodes.hpp:272
@ WARN_UH_PARAMS_REPEATED
parameters for same month provided more than once for Unit Hydrograph s
Definition ErrorCodes.hpp:268
@ WARN_MAX_DEPTH_INCREASED
maximum depth increased for Node s
Definition ErrorCodes.hpp:257
@ WARN_TIMESERIES_DUPLICATE_X
Time Series s has duplicate x values.
Definition ErrorCodes.hpp:271
@ WARN_FILES_SLOT_UNSUPPORTED
[FILES] s is not supported and was ignored
Definition ErrorCodes.hpp:273
@ WARN_FV_SLOT_CAP
slot width cap (5% of top width) overrides FV_SLOT_CELERITY for s
Definition ErrorCodes.hpp:278
@ WARN_2D_OPTION_RETIRED
[2D_OPTIONS] s retired with CVODE/ARKODE and was ignored
Definition ErrorCodes.hpp:274
@ WARN_RAIN_CSV_ROWS_SKIPPED
unreadable row(s) skipped in rainfall CSV for Rain Gage s
Definition ErrorCodes.hpp:277
@ WARN_ELEV_DROP_EXCEEDS
elevation drop exceeds length for Conduit s
Definition ErrorCodes.hpp:263
@ WARN_WET_STEP_REDUCED
wet weather time step reduced to recording interval for Rain Gage s
Definition ErrorCodes.hpp:256
@ WARN_REGULATOR_CREST_LOW
crest elevation is below downstream invert for regulator Link s
Definition ErrorCodes.hpp:265
@ WARN_FV_OPTION_INERT
s has no effect under FLOW_ROUTING FV
Definition ErrorCodes.hpp:275
@ WARN_ROUTING_STEP_REDUCED
routing time step reduced to the wet weather time step
Definition ErrorCodes.hpp:262
@ WARN_CONTROL_RULE_ATTR
non-matching attributes in Control Rule s
Definition ErrorCodes.hpp:266
@ WARN_GAGE_INTERVAL
time series interval greater than recording interval for Rain Gage s
Definition ErrorCodes.hpp:264
@ WARN_NONE
Definition ErrorCodes.hpp:255
@ WARN_DW_OPTION_UNDER_FV
s is a dynamic wave option and does not apply under FLOW_ROUTING FV
Definition ErrorCodes.hpp:276
std::string format_cffi_warning(int code, std::string_view name)
Format a CFFI warning message.
Definition ErrorCodes.cpp:397
std::string format_warning(int code, std::string_view name)
Format a warning message with object name substitution.
Definition ErrorCodes.cpp:305
ErrorCode
Definition ErrorCodes.hpp:52
@ ERR_INLET_USAGE_SHAPE
Inlet s cannot be used with the cross section of s.
Definition ErrorCodes.hpp:207
@ ERR_FILE_NAME
files share same names
Definition ErrorCodes.hpp:138
@ ERR_RAIN_GAGE_TSERIES
time series for Rain Gage s is also used by another object
Definition ErrorCodes.hpp:93
@ ERR_LID_LAYER
missing layer for LID s
Definition ErrorCodes.hpp:107
@ ERR_RUNOFF_IFACE_READ
error in reading from runoff interface file
Definition ErrorCodes.hpp:155
@ ERR_RAIN_FILE_SEQUENCE
line is out of sequence in rainfall data file s
Definition ErrorCodes.hpp:148
@ ERR_RAIN_GAGE_FORMAT
inconsistent rainfall format for Rain Gage s
Definition ErrorCodes.hpp:92
@ ERR_TRANSECT_SEQUENCE
transect station out of sequence
Definition ErrorCodes.hpp:128
@ ERR_KEYWORD
invalid keyword s
Definition ErrorCodes.hpp:121
@ ERR_REPORT_DATE
report start date comes after ending date
Definition ErrorCodes.hpp:114
@ ERR_TABLE_FILE_OPEN
could not open external file used for Time Series s
Definition ErrorCodes.hpp:170
@ ERR_TIMESERIES_EMPTY
Time Series s has no data.
Definition ErrorCodes.hpp:186
@ ERR_VJ_LINK_COUNT
Virtual Junction s must connect exactly two conduits.
Definition ErrorCodes.hpp:192
@ ERR_API_PROPERTY_VALUE
invalid property value
Definition ErrorCodes.hpp:182
@ ERR_TRANSECT_TOO_MANY
Transect s has too many stations.
Definition ErrorCodes.hpp:130
@ ERR_IJ_USAGE_ON_PAIR
Inlet Junction s conduit also carries an [INLET_USAGE] entry.
Definition ErrorCodes.hpp:204
@ ERR_API_NOT_ENDED
simulation not ended
Definition ErrorCodes.hpp:177
@ ERR_IJ_NO_USAGE
Inlet Junction s has no inlet design assigned.
Definition ErrorCodes.hpp:206
@ ERR_DATETIME
invalid date/time s
Definition ErrorCodes.hpp:125
@ ERR_RAIN_IFACE_SCRATCH
cannot open scratch rainfall interface file
Definition ErrorCodes.hpp:145
@ ERR_API_OBJECT_NAME
invalid object name
Definition ErrorCodes.hpp:180
@ ERR_MATH_EXPR
invalid math expression
Definition ErrorCodes.hpp:134
@ ERR_RAIN_FILE_CONFLICT
ambiguous station ID for Rain Gage s
Definition ErrorCodes.hpp:91
@ ERR_DIVIDER
Divider s does not have two outlet links.
Definition ErrorCodes.hpp:77
@ ERR_REGULATOR_SHAPE
Regulator s has invalid cross-section shape.
Definition ErrorCodes.hpp:84
@ ERR_CLIMATE_FILE_READ
error in reading from climate file s
Definition ErrorCodes.hpp:161
@ ERR_NONE
Definition ErrorCodes.hpp:53
@ ERR_TRANSECT_MANNING
Transect s has no Manning's N.
Definition ErrorCodes.hpp:131
@ ERR_RAIN_IFACE_FORMAT
invalid format for rainfall interface file
Definition ErrorCodes.hpp:150
@ ERR_SLOPE
adverse slope for Conduit s
Definition ErrorCodes.hpp:69
@ ERR_LENGTH
invalid length for Conduit s
Definition ErrorCodes.hpp:65
@ ERR_LID_TYPE
no type specified for LID s
Definition ErrorCodes.hpp:106
@ ERR_MULTI_OUTLET
Node s has more than one outlet link.
Definition ErrorCodes.hpp:75
@ ERR_RUNOFF_IFACE_COMPAT
incompatible data found in runoff interface file
Definition ErrorCodes.hpp:153
@ ERR_DUP_NAME
duplicate ID name s
Definition ErrorCodes.hpp:122
@ ERR_NODE_DEPTH
Node s has initial depth greater than maximum depth.
Definition ErrorCodes.hpp:80
@ ERR_TABLE_FILE_READ
invalid data in external file used for Time Series s
Definition ErrorCodes.hpp:171
@ ERR_MEMORY
memory allocation error
Definition ErrorCodes.hpp:56
@ ERR_ITEMS
too few items
Definition ErrorCodes.hpp:120
@ ERR_HOTSTART_COMPAT
incompatible data found in hot start interface file
Definition ErrorCodes.hpp:157
@ ERR_INFILTRATION
invalid infiltration parameters
Definition ErrorCodes.hpp:135
@ ERR_ROUTING_IFACE
cannot open routing interface file s
Definition ErrorCodes.hpp:166
@ ERR_INP_FILE
cannot open input file
Definition ErrorCodes.hpp:139
@ ERR_ROUTING_IFACE_NAMES
mis-matched names in routing interface file s
Definition ErrorCodes.hpp:168
@ ERR_AQUIFER_PARAMS
invalid parameter values for Aquifer s
Definition ErrorCodes.hpp:63
@ ERR_XSECT
invalid cross section for Link s
Definition ErrorCodes.hpp:71
@ ERR_TRANSECT_TOO_FEW
Transect s has too few stations.
Definition ErrorCodes.hpp:129
@ ERR_HOTSTART_READ
error in reading from hot start interface file
Definition ErrorCodes.hpp:158
@ ERR_ROUGHNESS
invalid roughness for Conduit s
Definition ErrorCodes.hpp:67
@ ERR_CONTROL_RULE
control rule clause invalid or out of sequence
Definition ErrorCodes.hpp:126
@ ERR_IJ_CAPTURE_NODE
Inlet Junction s has an invalid capture node (missing, itself, or virtual)
Definition ErrorCodes.hpp:203
@ ERR_INPUT_LINE
too many characters in input line
Definition ErrorCodes.hpp:119
@ ERR_VJ_XSECT_MISMATCH
Virtual Junction s connects conduits with different cross sections.
Definition ErrorCodes.hpp:193
@ ERR_RDII_IFACE_SCRATCH
cannot open scratch RDII interface file
Definition ErrorCodes.hpp:163
@ ERR_OUTFALL
Outfall s has more than 1 inlet link or an outlet link.
Definition ErrorCodes.hpp:83
@ ERR_TIMESERIES_SEQUENCE
Time Series s has its data out of sequence.
Definition ErrorCodes.hpp:101
@ ERR_NUMBER
invalid number s
Definition ErrorCodes.hpp:124
@ ERR_REPORT_STEP
reporting time step or duration is less than routing time step
Definition ErrorCodes.hpp:115
@ ERR_LID_PARAMS
invalid parameter value for LID s
Definition ErrorCodes.hpp:108
@ ERR_BARRELS
invalid number of barrels for Conduit s
Definition ErrorCodes.hpp:68
@ ERR_TRANSECT_OVERBANK
Transect s has invalid overbank locations.
Definition ErrorCodes.hpp:132
@ ERR_SYSTEM
System exception thrown.
Definition ErrorCodes.hpp:174
@ ERR_CLIMATE_FILE_EOF
attempt to read beyond end of climate file s
Definition ErrorCodes.hpp:162
@ ERR_RPT_FILE
cannot open report file
Definition ErrorCodes.hpp:140
@ ERR_TIMESERIES_NAN
Time Series s contains NaN or Inf values.
Definition ErrorCodes.hpp:187
@ ERR_KINWAVE
cannot solve KW equations for Link s
Definition ErrorCodes.hpp:57
@ ERR_OUT_READ
error reading from binary results file
Definition ErrorCodes.hpp:144
@ ERR_IJ_DESIGN
Inlet Junction s references an unknown inlet design.
Definition ErrorCodes.hpp:202
@ ERR_NO_CLIMATE_FILE
no climate file specified for evaporation and/or wind speed
Definition ErrorCodes.hpp:159
@ ERR_NO_OUTLETS
Drainage system has no acceptable outlet nodes.
Definition ErrorCodes.hpp:85
@ ERR_RAIN_IFACE
cannot open rainfall interface file s
Definition ErrorCodes.hpp:146
@ ERR_LID_AREAS
LID area exceeds total area for Subcatchment s.
Definition ErrorCodes.hpp:109
@ ERR_TIMESTEP
cannot compute a valid time step
Definition ErrorCodes.hpp:59
@ ERR_IJ_NOT_STREET
Inlet Junction s must connect two STREET conduits (or RECT_OPEN/TRAPEZOIDAL for drop inlets)
Definition ErrorCodes.hpp:201
@ ERR_TABLE_COL_MISMATCH
column count mismatch in data for s
Definition ErrorCodes.hpp:188
@ ERR_LID_CAPTURE_AREA
LID capture area exceeds total impervious area for Subcatchment s.
Definition ErrorCodes.hpp:110
@ ERR_STORAGE_VOLUME
Storage node s has negative volume at full depth.
Definition ErrorCodes.hpp:82
@ ERR_PUMP_LIMITS
startup depth not higher than shutoff depth for Pump s
Definition ErrorCodes.hpp:73
@ ERR_RUNOFF_IFACE_EOF
attempting to read beyond end of runoff interface file
Definition ErrorCodes.hpp:154
@ ERR_ELEV_DROP
elevation drop exceeds length for Conduit s
Definition ErrorCodes.hpp:66
@ ERR_API_OBJECT_TYPE
invalid object type
Definition ErrorCodes.hpp:178
@ ERR_ROUTING_IFACE_FORMAT
invalid format for routing interface file s
Definition ErrorCodes.hpp:167
@ ERR_START_DATE
simulation start date comes after ending date
Definition ErrorCodes.hpp:113
@ ERR_ODE_SOLVER
cannot open ODE solver
Definition ErrorCodes.hpp:58
@ ERR_RDII_IFACE
cannot open RDII interface file s
Definition ErrorCodes.hpp:164
@ ERR_INPUT
one or more errors in input file
Definition ErrorCodes.hpp:118
@ ERR_GAGE_TSERIES_NOTFOUND
Rain Gage s references unknown time series.
Definition ErrorCodes.hpp:189
@ ERR_RAIN_FILE_FORMAT
unknown format for rainfall data file s
Definition ErrorCodes.hpp:149
@ ERR_VJ_OFFSET
Virtual Junction s has a conduit with a nonzero offset.
Definition ErrorCodes.hpp:194
@ ERR_CLIMATE_FILE_OPEN
cannot open climate file s
Definition ErrorCodes.hpp:160
@ ERR_VJ_EXTRA_TOKENS
too many items for Virtual Junction s
Definition ErrorCodes.hpp:198
@ ERR_RDII_IFACE_FORMAT
invalid format for RDII interface file
Definition ErrorCodes.hpp:165
@ ERR_CYCLIC_TREATMENT
cyclic dependency in treatment functions at node s
Definition ErrorCodes.hpp:97
@ ERR_DIVIDER_LINK
Divider s has invalid diversion link.
Definition ErrorCodes.hpp:78
@ ERR_RUNOFF_IFACE
cannot open runoff interface file s
Definition ErrorCodes.hpp:152
@ ERR_API_PROPERTY_TYPE
invalid property type
Definition ErrorCodes.hpp:181
@ ERR_RAIN_GAGE_INTERVAL
recording interval greater than time series interval for Rain Gage s
Definition ErrorCodes.hpp:94
@ ERR_DUMMY_LINK
Node s has illegal DUMMY link connections.
Definition ErrorCodes.hpp:76
@ ERR_RAIN_IFACE_GAGE
no data in rainfall interface file for gage s
Definition ErrorCodes.hpp:151
@ ERR_VJ_INVERT_MISMATCH
Virtual Junction s conduit inverts do not agree at the node.
Definition ErrorCodes.hpp:195
@ ERR_UNITHYD_RATIOS
a Unit Hydrograph in set s has invalid response ratios
Definition ErrorCodes.hpp:89
@ ERR_SNOWPACK_PARAMS
invalid parameters for Snow Pack s
Definition ErrorCodes.hpp:105
@ ERR_RAIN_FILE_OPEN
cannot open rainfall data file s
Definition ErrorCodes.hpp:147
@ ERR_API_NOT_OPENED
project not opened
Definition ErrorCodes.hpp:175
@ ERR_SNOWMELT_PARAMS
invalid Snow Melt Climatology parameters
Definition ErrorCodes.hpp:104
@ ERR_RDII_AREA
invalid sewer area for RDII at node s
Definition ErrorCodes.hpp:90
@ ERR_OUT_SIZE
output will exceed maximum file size
Definition ErrorCodes.hpp:142
@ ERR_TRANSECT_NO_DEPTH
Transect s has no depth.
Definition ErrorCodes.hpp:133
@ ERR_SUBCATCH_OUTLET
ambiguous outlet ID name for Subcatchment s
Definition ErrorCodes.hpp:62
@ ERR_VJ_ROUTING_MODEL
Virtual Junction s requires DYNWAVE or FV flow routing.
Definition ErrorCodes.hpp:197
@ ERR_API_NOT_STARTED
simulation not started
Definition ErrorCodes.hpp:176
@ ERR_CURVE_SEQUENCE
Curve s has invalid or out of sequence data.
Definition ErrorCodes.hpp:100
@ ERR_API_OBJECT_INDEX
invalid object index
Definition ErrorCodes.hpp:179
@ ERR_HOTSTART_FILE
cannot open hot start interface file s
Definition ErrorCodes.hpp:156
@ ERR_NAME
undefined object s
Definition ErrorCodes.hpp:123
@ ERR_VJ_LATERAL_INFLOW
Virtual Junction s cannot be coupled to a 2D surface mesh (point laterals are allowed)
Definition ErrorCodes.hpp:196
@ ERR_NO_CURVE
missing or invalid pump curve assigned to Pump s
Definition ErrorCodes.hpp:72
@ ERR_TRANSECT_UNKNOWN
data provided for unidentified transect
Definition ErrorCodes.hpp:127
@ ERR_WEIR_DIVIDER
Weir Divider s has invalid parameters.
Definition ErrorCodes.hpp:79
@ ERR_UNITHYD_TIMES
a Unit Hydrograph in set s has invalid time base
Definition ErrorCodes.hpp:88
@ ERR_ROUTING_IFACE_SAME
inflows and outflows interface files have same name
Definition ErrorCodes.hpp:169
@ ERR_NO_XSECT
no cross section defined for Link s
Definition ErrorCodes.hpp:70
@ ERR_OUT_FILE
cannot open binary results file
Definition ErrorCodes.hpp:141
@ ERR_REGULATOR
Regulator s is the outlet of a non-storage node.
Definition ErrorCodes.hpp:81
@ ERR_IJ_EXTRA_TOKENS
too many items for Inlet Junction s
Definition ErrorCodes.hpp:205
@ ERR_OUT_WRITE
error writing to binary results file
Definition ErrorCodes.hpp:143
@ ERR_API_TIME_PERIOD
invalid time period
Definition ErrorCodes.hpp:183
@ ERR_GROUND_ELEV
ground elevation is below water table for Subcatchment s
Definition ErrorCodes.hpp:64
@ ERR_LOOP
links form cyclic loops in the drainage system
Definition ErrorCodes.hpp:74
std::string_view error_get_template(int code) noexcept
Get the description template for an error code.
Definition ErrorCodes.cpp:243
CffiWarnCode
Definition ErrorCodes.hpp:239
@ CFFI_WARN_UNKNOWN_OPTION
unknown option in input file
Definition ErrorCodes.hpp:243
@ CFFI_WARN_HOTSTART_MISSING
hot start file not found, cold start used
Definition ErrorCodes.hpp:241
@ CFFI_WARN_NUMERICAL
numerical approximation used
Definition ErrorCodes.hpp:246
@ CFFI_WARN_STABILITY_LIMIT
time step reduced for stability
Definition ErrorCodes.hpp:247
@ CFFI_WARN_NONE
Definition ErrorCodes.hpp:240
@ CFFI_WARN_DEPRECATED_KW
deprecated keyword used
Definition ErrorCodes.hpp:244
@ CFFI_WARN_PLUGIN_INIT
plugin initialization warning
Definition ErrorCodes.hpp:245
@ CFFI_WARN_UNKNOWN_SECTION
unknown section in input file
Definition ErrorCodes.hpp:242