Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Add error flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Jun 1, 2021
1 parent 82338ab commit 8652031
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fcore_constants.f90
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ module fcore_constants
integer(int32), parameter :: FCORE_DATA_TYPE_ERROR = 10009
!> @brief Occurs if an attempt to write to a null reference is made.
integer(int32), parameter :: FCORE_NULL_REFERENCE_ERROR = 10010
!> @brief Occurs if an attempt to perform an operation on an uninitialized
!! object is made.
integer(int32), parameter :: FCORE_UNINITIALIZED_OBJECT_ERROR = 10011
end module

0 comments on commit 8652031

Please sign in to comment.