/*
* Copyright (c) 2020-2024 COMBINE-lab.
*
* This file is part of libradicl
* (see https://www.github.com/COMBINE-lab/libradicl).
*
* License: 3-clause BSD, see https://opensource.org/licenses/BSD-3-Clause
*/
//! This module contains custom exit codes that designate
//! specific error conditions.
pub static EXIT_UNSUPPORTED_TAG_TYPE: i32 = 65;